Reward Inquiry
1.5 Reward Inquiry
Retrieves loyalty information.
Request
Method | URL |
POST | /payment/v1/card-loyalties/retrieve |
Response
Status | Response |
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 | |
400 | |
401 | |
401 | |
500 |
Last updated