AssignBulkCardResponse
targetCustomerIdstringrequired
The customer ID to which a specific card will be assigned.
Example:
1233333323
cardIduuidrequired
Card id is a unique identifier for a specific card. It will be used for most operations to the prepaid card.
customerIdstringrequired
The customer ID to which the specific card belongs.
Example:
1231122232
AssignBulkCardResponse
{
"targetCustomerId": "1233333323",
"cardId": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
"customerId": "1231122232"
}