Escrow
Refund Escrow Funds
Return held escrow funds to the original sender.
POST
Refunds funds held by an escrow hold back to the wallet they were held from. Use this when a held transaction should be reversed (e.g., an order was cancelled). The full held amount is returned to the original sender; no escrow fee is applied.
This endpoint takes no request body.
Path Parameters
The ID of the escrow transaction (returned by the hold endpoint) to refund. Must still be holding funds.
Headers
Optional but recommended for this money-moving call. Retries with the same
key within 24 hours return the original result instead of refunding twice.
Response
The unique identifier of the refund transaction.
The ID of the original sender wallet the funds were returned to.
The amount refunded to the sender.
The current status of the refund transaction (e.g.,
completed).ISO 8601 timestamp of the refund.