Account Link

To link an account_id to a card_id.

Note: For single currency products, if the card_id is already linked to an Account, this will be replaced by the new account_id.

Specifications

Request

JSON PATHDescriptionFormatSample/ExampleRequired
client_idThe Identifier associated to you or your ClientUUID15bfc289-de75-4668-bb11-3998aadf226dNo
card_idThe Identifier associated of the card to be linked to the account_idUUIDf6ea4c96-db0b-4bd9-9d59-c745ea24b183Yes
account_idThe Identifier associated of the AccountUUID

200 Response


JSON PATHDescriptionFormatSample/ExampleRequired
card_idThe Identifier associated of the card to be linked to the account_idUUIDf6ea4c96-db0b-4bd9-9d59-c745ea24b183Yes
account_idThe Identifier associated of the AccountUUIDfcd0cecb-90dd-4ae2-879f-d0eda6fbddd4Yes
trace_idThe Identifier associated with the API15bfc289-de75-4668-bb11-3998aadf226dUUIDYes

Example

{
  "card_id": "f6ea4c96-db0b-4bd9-9d59-c745ea24b183",
  "account_id": "fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4",
  "trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}