Skip to main content
POST
Change Fiat Account and Reprocess
A cancelled off-ramp order has exactly one way out, and refundable tells you which:The two never apply to the same order. An order Ripio is still retrying on its own is neither: it reports status: PENDING rather than CANCELLED, is retried against the same account, and this endpoint answers 400 (20035) while that lasts.

Authorizations

Authorization
string
header
required

Access token obtained via /oauth2/token/. Use as Authorization: Bearer <access_token>.

Path Parameters

orderId
string<uuid>
required

Unique identifier for the order.

Body

application/json

Body of a change-of-destination request for a cancelled off-ramp order.

externalFiatAccountId
string<uuid>
required

Fiat account the payout is retried to. It must belong to the same customer as the order and share its paymentMethodType. An enabled account is used as is; a suspended one is reactivated first.

Example:

"a1b2c3d4-e5f6-7890-abcd-ef1234567890"

Response

The order was repointed to the new account and queued for reprocessing.

Acknowledgement that the order was repointed and queued for reprocessing. The payout itself is retried in the background.

orderId
string<uuid>

Identifier of the off-ramp order being reprocessed.

Example:

"9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d"

status
string

Status the order was moved to. Always PROCESSING.

Example:

"PROCESSING"