Submerchant Transaction Approve
11.3 Submerchant Transaction Approve
Request
Method
URL
POST
/payment/v1/payment-transactions/approve
Copy
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