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 PATH | Description | Format | Sample/Example | Required |
---|---|---|---|---|
client_id | The Identifier associated to you or your Client | UUID | 15bfc289-de75-4668-bb11-3998aadf226d | No |
card_id | The Identifier associated of the card to be linked to the account_id | UUID | f6ea4c96-db0b-4bd9-9d59-c745ea24b183 | Yes |
account_id | The Identifier associated of the Account | UUID |
200 Response
JSON PATH | Description | Format | Sample/Example | Required |
---|---|---|---|---|
card_id | The Identifier associated of the card to be linked to the account_id | UUID | f6ea4c96-db0b-4bd9-9d59-c745ea24b183 | Yes |
account_id | The Identifier associated of the Account | UUID | fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4 | Yes |
trace_id | The Identifier associated with the API | 15bfc289-de75-4668-bb11-3998aadf226d | UUID | Yes |
Example
{
"card_id": "f6ea4c96-db0b-4bd9-9d59-c745ea24b183",
"account_id": "fcd0cecb-90dd-4ae2-879f-d0eda6fbddd4",
"trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}
Updated 14 days ago