Initiate a Reimbursement request
This api Initiate a Reimbursement request
REST
Headers
Fields | Type | Description | Example | O/M | Data Management |
---|---|---|---|---|---|
URL | string | /v1/company_reimbursement | M | ||
METHOD | string | POST | M | ||
content-type | string | JSON | application/json | M | |
x-access-token | string | Session token with validity | token | M |
In this request , you need to pass
_id
of a merchant transaction fetched from the above api.
Request
{
"reimbursement_txn_id": "<merchant_txn_id>",
"amount" : <claim_amount>
}
amount field is optional
Success
Error