v1
latestOpenAPI 3.0.12026-07-24204977.5 KBPre-Auth
Get cashback balance for a payment token
Returns the user's available cashback balance for the merchant channel associated with the payment token.
post/tokenized-payment/v1/tokens/cashback-balance
Request body
Example request
{
"paymentToken": "aBcD1234eFgH5678iJkL9012mNoP3456"
}Response
Example response
{
"cashbackBalance": 15,
"currency": "SGD"
}