Skip to main content
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.

Path Parameters

string
required
The ID of the escrow transaction (returned by the hold endpoint) to refund. Must still be holding funds.
This endpoint takes no request body.

Headers

string
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

string
The unique identifier of the refund transaction.
string
The ID of the original sender wallet the funds were returned to.
number
The amount refunded to the sender.
string
The current status of the refund transaction (e.g., completed).
string
ISO 8601 timestamp of the refund.