Retrieves loyalty information.
Request
Method
URL
POST
/payment/v1/card-loyalties/retrieve
{ "cardToken": "cardtoken123", "posAlias": "pos1", "cardUserKey":"userkey123" }
Response
Status
200
{
"data": {
"cardBrand": "VISA",
"force3ds": false,
"loyalties": [
"type": "REWARD_MONEY",
"message": "You earned $5 cashback.",
"reward": 5.0
}
],
"pos": {
"posInfo": "Your POS information here"
403
400
401
500
arrow-up-right
Last updated 1 year ago