Cards

Cancel Partner Card

Cancel an active partner card. This action will terminate the card and prevent any further transactions. Only active cards can be cancelled.

patch/partner_cards/{identifier}/cancel

Path parameters

identifierstring required

Unique identifier of the partner card to cancel

Headers

Content-Typestring
Authorizationstring

Response

Card cancelled successfully

successboolean

Indicates if the cancellation was successful

Example response

{
  "success": true
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.