v1

latestOpenAPI 3.1.02026-07-2478315484.9 KB
Refunds

Process Refunds

Updates the refund status based on the approver's (or checker's) confirmation or rejection. This serves as a fail-safe mechanism to validate the refund decision after the transaction is initiated, rather than processing it immediately.

put/payouts/refunds

Headers

Content-Typestring required

Request body

refund_idstring required

Refers to the unique identity of the refund to be updated.

status'APPROVED' | 'REJECTED' required

Refers to the updated status of the refund.

Response

refund_idstring required

Refers to the unique ID of the refund being updated.

status'APPROVED' | 'REJECTED' required

Refers to the updated status of the refund.