Update a single card permission
Enable or disable a single spending permission on a card.
{% admonition type="warning" %} This endpoint is deprecated. Please use the v4 endpoint instead. {% /admonition %}
Path parameters
The ID of the profile that owns the card.
The unique token identifying the card.
Headers
Optional UUID for correlating requests across systems. If provided, Wise echoes it back in the response. Maximum 36 characters. Learn more.
Request body
Example request
{
"type": "ECOM"
}Response
Permission updated successfully.
Changes
Changed in 1 of the 5 revisions of this API.2
- ○
added the non-success response with the status
400response-non-success-status-added
- ○
added the non-success response with the status
422response-non-success-status-added
This revision also has 1 change that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○