cURL
curl --request POST \ --url https://api.halth.com/v1/businesses/{businessId}/bank-accounts \ --header 'Content-Type: application/json' \ --data ' { "routingNumber": "123456", "accountNumber": "123456789", "accountName": "Test Account", "country": "AU" } '
{ "id": "<string>", "accountName": "<string>", "accountNumberLast4": "<string>", "routingNumber": "<string>", "fingerprint": "<string>", "createdAt": "2023-11-07T05:31:56Z", "country": "<string>" }
Create a new bank account for a business
The routing number of the bank account
6
"123456"
The account number of the bank account
5 - 9
"123456789"
The name of the bank account
"Test Account"
The country of the bank account
"AU"