v1

latestOpenAPI 3.0.02026-07-1412039.8 KB
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

amountnumber required

New amount limit for the card

Example request

{
  "amount": 500
}

Response

Card updated successfully

successboolean

Indicates if the update was successful

Example response

{
  "success": true
}