Spend tokens (debit)

Spend tokens in a loyalty program e-wallet. This API is used to debit the customers e-wallet. Authentication Key Type: SalesChannelApiKey

Spend tokens example

{
    "amount":100
}

The above will spend 1.00 tokens which will be debited from the customers ewallet.

Example response:

{
    "id": "z4DY9CcKuJeZYTVoR8YJuZLH",
    "object_name": "e_wallet",
    "balance": 300
}
Language
Authorization
Basic
base64
:
Click Try It! to start a request and see the response here!