Credit tokens

Credit tokens to a loyalty program e-wallet. This API is used to credit/send tokens to the customers e-wallet. Authentication Key Type: SalesChannelApiKey

Credit tokens example

{
    "amount":100
}

The above will credit 1.00 token which will be credited / send into the customers ewallet from the loyalty program funding wallet

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!