Initiate a Reimbursement request

This api Initiate a Reimbursement request


REST


Headers

FieldsTypeDescriptionExampleO/MData Management
URLstring/v1/company_reimbursementM
METHODstringPOSTM
content-typestringJSONapplication/jsonM
x-access-tokenstringSession token with validitytokenM

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