v5
latestOpenAPI 3.1.02026-07-262421791.5 MBcard
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 %}
patch/v3/spend/profiles/{profileId}/cards/{cardToken}/spending-permissions
Path parameters
profileIdinteger required
The ID of the profile that owns the card.
cardTokenstring uuid required
The unique token identifying the card.
Headers
X-External-Correlation-Idstring uuid
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.