Card to Account Link
To link a card_id to an account_id. The card_id can be linked to more than one Account where required.
Specifications
Request
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 | e9079175-7297-4d5c-8814-435deec1c508 | Yes |
200 Response
JSON PATH | Description | Format | Sample/Example | Required |
---|---|---|---|---|
trace_id | The Identifier associated with the API | 15bfc289-de75-4668-bb11-3998aadf226d | string | Yes |
Example
{
"trace_id": "15bfc289-de75-4668-bb11-3998aadf226d"
}
Updated 9 days ago