To register a bank account for a user, make a To register one for an organization, make a Below is a sample cURL command for this request:A successful response includes the following fields:
POST request to:POST request to
/v1/organizations/{organization_id}/external_fiat_accounts. The request and response bodies are
identical.In the body of the request, include the following fields:'bridge'
required
Provider that settles payouts to this account.
'production' | 'sandbox'
Provider environment to use. Defaults to
production.string
required
Fiat currency the account settles in, such as
usd or eur.string
required
Legal name of the account holder. Set this to a third party’s name to pay someone other than the
verified entity.
string
Name of the bank holding the account.
object
required
Bank account details. The
type field determines which other fields apply.object
Address of the account holder, containing
street_line_1, city, country as an ISO 3166-1
alpha-3 code, and optionally street_line_2, state, and postal_code. Required for us and
swift accounts.object
The registered account.
Next steps
Get bank accounts
List, read, and delete registered bank accounts
Execute a payout
Convert crypto to fiat in a single call

