Review (Approve or Reject) Reimbursement
Approve or reject a reimbursement. Approving pays it out — the reimbursement amount is disbursed immediately from the sourceCurrency wallet (subject to a balance check), and a reimbursement.paid webhook follows once the disbursement settles. Rejecting requires a reason. Only reimbursements in a pending status can be reviewed; any other reimbursement returns 400.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Path Parameters
The unique identifier for the reimbursement
Body
Whether to approve or reject the reimbursement
approve, reject The wallet currency to disburse the reimbursement from; its balance must cover the amount. Required when action is approve (approving disburses the funds).
Reason for the decision. Required when action is reject.
Response
Reimbursement reviewed