Skip to main content
POST
cURL
Register a new fiat bank account. You must specify the currency, payment rail (e.g. usd_ach, brl_pix, mxn_spei), and the corresponding rail-specific details such as routing/account numbers for USD ACH, a PIX key for BRL, or a CLABE for MXN SPEI.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
currency
enum<string>
required
Available options:
USDC,
USDT,
USD,
BRL,
ARS,
COP,
MXN,
CAD,
EUR
name
string
required
Required string length: 1 - 255
payment_rail
enum<string>
required
Available options:
usd_ach,
usd_fedwire,
brl_pix,
ars_transfers_3_0,
cop_pse,
mxn_spei,
cad_eft,
eur_sepa
ars_transfers
object
brl_pix
object
cad_eft
object
cop_ach
object
eur_sepa
object
mxn_spei
object
usd_ach
object
usd_domestic_wire
object

Response

OK

created_at
string<date-time>
required
id
string
required
name
string
required
status
enum<string>
required
Available options:
active,
archived
ars_transfers
object
brl_pix
object
cad_eft
object
cop_ach
object
eur_sepa
object
mxn_spei
object
usd_ach
object
usd_domestic_wire
object