Needs the card-payouts permission on your API key. A key without it gets
403 permission_denied. See Authentication.Request
string
required
The asset the user is paying out with (e.g.
"USDC").number
required
Chain id the stablecoins are sent from. Must be enabled on your key.
string
required
ISO 4217 code the card is settled in (e.g.
"EUR").string
The amount of stablecoin the user gives up, as a decimal string. Send this
or
fiatAmount, never both.string
The amount that must arrive on the card, as a decimal string. Use this when the
user names what they want to receive and the cost is solved backwards.
Response
string
Pass this to POST /v1/card/payout. A payout
created without it is repriced at execution.
string
What the user sends, as a decimal string.
string
What lands on the card, after both fees.
string
Exchange rate used, fiat per unit of crypto.
string
The payout partner’s fee, in fiat. Already deducted from
fiatAmount.string
Rheon’s markup, in fiat.
"0" until a markup is configured on your account.string
ISO 8601. Execute before this or the quote is refused as expired.
Card payout fees carry a flat minimum, so a 20 EUR payout costs proportionally far
more than a 2,000 EUR one. Quote each amount rather than applying a percentage
from a single sample.