Cards
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
}Changes
No recorded changes to this endpoint across all 1 revision of this API.