Creates an external ACH account for a customer in the United States. The account is pre-configured with test data for Wells Fargo.
Use this format: ApiKey <your_api_key>
Friendly name for the external account
"My US Bank Account"
Account type (e.g. 'us_bank_account', 'iban')
"us_bank_account"
Account-type-specific details (routing_number, account_number, etc.)
{
"type": "checking",
"routing_number": "021000021",
"account_number": "123456789"
}Bridge customer ID (UUID) — required for CLABE/ACH endpoints
"e3b0c442-98fc-1c14-b39f-92d1282e8b7a"
Bridge account currency (e.g. 'usd', 'eur')
"usd"
First name of the account owner
"Jane"
Last name of the account owner
"Doe"
Account owner type ('individual' or 'business')
"individual"