Bank Account
Create ngn bank account
Create an NGN Bank Account
To create an NGN bank account, the user must first be registered as a customer with approved KYC and a verified BVN. Each customer can have a bank account issued with either SafeHaven Bank or Loma Bank, but not both at the same time.
Endpoint
POST {{baseurl}}/accounts/generate/ngn
This is a POST request, and it should include the following parameters:
Bank Name | Provider |
---|---|
SafeHaven Bank | SAFEHAVEN |
Loma Bank | FINTAVA |
Field | Data Type | Description |
---|---|---|
customerId | String | Required. The unique ID of the customer to whom the bank account will be linked. |
reference | String | Optional. Your unique identifier for the operation (e.g., userId). |
provider | String | Optional. Specifies the bank provider. If not
provided, the default provider is |
If your request is successful, the response will look like this: