Add External Reference ID to Card

Lets you update an external reference ID to a card.

Request URL

{host}/v2/card

Request Body Parameters


ParameterData TypeDescription
cardNumber*StringUnique card number or external card identifier to search for the card details.
cardExternalIdBooleanIndicates whether the cardNumber provided is an external identifier (if true) or an internal card number (if false).

API Specific Error Code

CodeDescriptionReason
400Bad RequestThe request was invalid or malformed, often due to missing or incorrect parameters.
401UnauthorizedAuthentication failed or the API credentials are missing or incorrect.
404Not FoundThe requested resource (e.g., card or configuration) could not be found.
409ConflictThe request conflicts with the current state of the resource (e.g., duplicate entries).
422Unprocessable EntityThe request was well-formed but could not be processed due to semantic errors.
500Internal Server ErrorThe server encountered an unexpected condition that prevented it from fulfilling the request.
Language
Credentials
Basic
base64
:
URL
Click Try It! to start a request and see the response here!