Get Submerchants By Id

11.2 Get Submerchants By Id

Request

Method

URL

GET

/submerchant-rewards/{id}

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

}

}

403

400

401

401

500

Last updated