post
https://api.hips.com/v2/loyalty//wallet//spend
Spend tokens in a loyalty program e-wallet. This API is used to debit the customers e-wallet. Authentication Key Type: SalesChannelApiKey
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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
}
