Create External Account

Create new External Account

post
/v0/customers/{customer_id}/external-accounts

Creates external account and returns account information

Path parameters
customer_idstringRequired

The unique identifier of the customer

Header parameters
Api-KeystringRequired

Your secret API key, available in the developer dashboard. Include this header on every request to authenticate your application.

Idempotency-KeystringRequired

Unique key to prevent duplicate requests

Body

External account details for bank transfers. Can be either IBAN-based or US-based account.

or
or
Responses
chevron-right
201

Successful external account creation response

application/json
or
or
post
/v0/customers/{customer_id}/external-accounts
201

Successful external account creation response

Last updated