Needs the bank permission on your API key. See
Authentication.
Request
string
required
The user paying. Onboard them first - see
Bank transfers and Rheon ID.
string
required
The registered wallet the settled stablecoin is delivered to.
string
required
ISO 4217 code the user is paying in.
string
required
What the user will send. The details returned are for this amount - a transfer
that differs is handled as described below.
string
Your idempotency key, up to 64 characters. A retry with the same value returns
the original deposit rather than issuing a second set of details.
Response
string
The deposit id. Poll with
POST /v1/bank/deposit/status.
object
The bank details to display, plus the payment reference. The shape follows the
rail - an IBAN and BIC for SEPA, an account and sort code for UK rails, a CLABE
for SPEI, a QR payload or key for PIX. Render what comes back rather than
assuming a shape.
string
The rail these details are on.
string
ISO 8601. After this the details stop accepting money; money already in flight
still settles.
string
awaiting_funds on creation.An amount that differs from the one quoted still settles: what arrives is
converted at the rate on arrival and delivered. An amount below the rail’s
minimum is returned to the sending account instead, minus the rail’s own cost.