Skip to main content
POST

Overview

Flags a redemption for cancellation. Only valid when the redemption is at submitted. Once ORO advances it to preparing, cancel is no longer allowed — any refund would be handled out-of-band. On success, the redemption transitions to cancellation_requested. ORO’s admin subsequently advances it to cancelled after confirming no physical gold has been committed.
The user has already transferred their $GOLD to escrow at submitted. Cancellation after that point is a coordination question — ORO does not automatically return tokens on cancel. Reach out separately if refunds are needed.

Headers

string
required
A valid PARTNER scope key.

Path Parameters

string
required
Redemption identifier (prefixed red_).

Request Body

string
Free-form string explaining the cancel. Stored on the redemption row as cancellation_reason.

Response

string
Echo of the path parameter.
string
Always "cancellation_requested" on success.

Errors