Personal Account
Use this endpoint to create a personal bank account for individual customers. You can specify the account type or let it default to savings.
Create Personal Account
This endpoint is used to create personal bank accounts for customers on the Edge platform. You can specify the account type and provide the customer details required for the account creation process.
Request Parameters
A unique identifier for the request, used for idempotency.
Example: e0b9f8d0-7a57-4a67-a8b2-4d7c7b5a37c9
The unique identifier for the customer on the Edge platform. This ID is required to specify the customer involved in the request.
Example: CUS1234567890
Specifies the type of account to be created. If not provided, a savings account will be created by default.
Example: savings
or current
Additional Information
- 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?