v1
latestOpenAPI 3.0.02026-07-1412039.8 KBCards
Update Partner Card
Update the amount limit of an active partner card. This allows you to increase or decrease the spending limit on the card. Only active cards can be updated.
patch/partner_cards/{identifier}
Path parameters
identifierstring required
Unique identifier of the partner card to update
Headers
Content-Typestring
Authorizationstring
Request body
Example request
{
"amount": 500
}Response
Card updated successfully
Example response
{
"success": true
}