Bank Account Information
These endpoints manage the subaccount's bank account, where the fiat funds will be deposited after selling crypto with Beta.
Register Subaccount's Bank Account
POST
https://live.betaapp.com/v1/subaccount/bank-account/external
Endpoint to register external bank accounts for subaccounts. This will be used during the Fiat withdrawal process.
Headers
Authorization*
String
Bearer {access_token}
x-sub-account-id*
String
Subaccount ID
accept*
String
application/json
Request Body
asset*
String
Check coverage page for more details of the supported assets. It must be a Fiat Asset.
name*
String
Nickname for the bank account
bank_name*
String
Bank name
branch*
String
Branch ID if applicable
country*
String
instant_payment
String
Instant Payment number
instant_payment_type
String
Check coverage page for more details of the supported instant payment types.
account*
String
Bank Account number
City
String
Bank's city address. Required if USA.
Postal Code
String
Postal code of the Bank's address. Required if USA.
State
String
Steet_line
String
Street line of the Bank's address. Required if USA
Request Example:
Response Example:
Delete Subaccount's Bank Account Details
DELETE
https://live.betaapp.com/v1/subaccount/bank-account/external/id/{id}
Headers
Authorization*
String
JWT Token
x-sub-account-id
String
Subaccount ID
accept
String
application/json
Request Body
id*
String
Bank Account ID
Request Example:
Response Example:
Last updated