Open Bank Accounts
Personal Account
POST
/
account
/
bank
/
create
/
personal
requestId
string
requiredcustomerId
string
requiredThe unique identifier for the customer on the Edge platform. This ID is required to specify the customer involved in the request.
type
string
default: "savings"Specifies the type of account. The default value is savings, but it can be changed to reflect other account types (e.g., current).
- If no type is specified, a Savings account will be created by default.
- If ‘current’ is specified as the type, the account creation will only be successful if the customer has been KYCed up to Tier 2.
Was this page helpful?