Skip to main content

Assign a bulk card

POST 

/customers/:customerId/prepaid/cards/:cardId/assignments

The endpoint can be used to assign a specific card to a given customer. It is applicable only for cards created through the Bulk Card Ordering endpoint. Once assigned, a card cannot be re-assigned.

Request

Path Parameters

    customerId stringrequired

    The customer ID to which the specific card belongs.

    cardId stringrequired

    UUID based Card id.

Body

In order to assign an already existing card created through the Bulk Card Ordering endpoint, only a targetCustomerId needs to be provided in the request body.

targetCustomerId - the customer ID to which the card will be assigned.

    targetCustomerId stringrequired

    The customer ID to which a specific card will be assigned.

Responses

OK

Schema

    targetCustomerId stringrequired

    The customer ID to which a specific card will be assigned.

    cardId uuidrequired

    Card id is a unique identifier for a specific card. It will be used for most operations to the prepaid card.

    customerId stringrequired

    The customer ID to which the specific card belongs.

Loading...