Get Submerchants
11.1 Get Submerchants
Request
Method | URL |
GET | /submerchant-rewards |
Response
Status | Response |
200 | { "data": [ { "id": 1, "submerchant_id": 1, "merchant_id": 1, "product_details": null, "reward_amount": 50.0, "is_approved": true, "payment_id": 1 }, { "id": 2, "submerchant_id": 2, "merchant_id": 1, "product_details": null, "reward_amount": 50.0, "is_approved": true, "payment_id": 1 } ] } |
403 | |
400 | |
401 | |
401 | |
500 |
Last updated