quote_id from the Conversions Quote endpoint before submitting.
Request
Payment amount denominated in the source
currency. Must be a positive number with up to 6 decimal places.Source stablecoin to send. Accepted values:
USDC, USDT, EURC, PYUSD.Target currency the recipient will receive. Accepts fiat ISO 4217 codes (e.g.,
EUR, MXN, GBP) or a supported stablecoin symbol.Payment corridor identifier that defines the source-to-destination routing path (e.g.,
US-EU, US-MX). Corridors determine available currencies, cut-off times, and delivery SLAs.Details of the individual or entity receiving the payment.
Your internal payment reference, such as an invoice number or order ID. Maximum 255 characters. Passed through to the recipient bank where supported.
ID of a pre-fetched conversion quote (prefix
qt_). When provided, the locked exchange rate from that quote is applied. If omitted, RemitFlex applies the live market rate at the time of processing. Quotes expire after 30 seconds — see Get a Quote.Arbitrary key-value pairs you can attach to the payment for your own tracking or reconciliation. Values must be strings. Not forwarded to the recipient or their bank.
Response
Unique payment identifier with prefix
pmt_. Use this ID to retrieve, monitor, or cancel the payment.Current lifecycle status of the payment. Possible values:
| Value | Description |
|---|---|
pending | Payment received and queued for processing. |
processing | On-chain settlement is in progress. |
settled | Stablecoin settlement confirmed on-chain. |
delivered | Funds delivered to the recipient’s bank account. |
failed | Payment could not be completed. |
cancelled | Payment was cancelled before processing began. |
The source payment amount you submitted.
Source stablecoin used for the payment.
Target currency the recipient receives.
Amount delivered to the recipient in
destination_currency, after applying the exchange rate and deducting fees.The applied conversion rate from
currency to destination_currency.Total RemitFlex fee deducted from the payment, denominated in
currency.Recipient details associated with the payment.
The internal reference you provided at creation, if any.
The corridor identifier used to route the payment.
ISO 8601 timestamp of when the payment was created.
ISO 8601 timestamp of the most recent status update.
ISO 8601 timestamp of the projected delivery time to the recipient’s bank account. This is an estimate and may vary based on corridor SLAs and banking cut-off times.