Transfer card data
PUT {{baseUrl}}/v1/loyalty_programs/:loyaltyProgramId/cards/:loyaltyCardId/transfer
Transfer loyalty card data, such as linked customers, loyalty balances and transactions, from a given loyalty card to a new, automatically created loyalty card.
Important:
- The original card is automatically blocked once the new card is created, and it cannot be activated again.
- The default status of the new card is active.
Request Body
{"newCardIdentifier"=>"summer-loyalty-card-0543", "blockReason"=>"Current card lost. Customer needs a new card."}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |