A valid request URL is required to generate request examples{
"status": "00",
"message": "The process was completed successfully",
"data": {
"customer_id": "1234567890",
"account_type": "SBA",
"status": "ACTIVE",
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string",
"value": "custom_property"
}
]
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "04",
"message": "The resource you are looking for does not exist",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Open Account
Open a new account with an API Provider for an existing customer
A valid request URL is required to generate request examples{
"status": "00",
"message": "The process was completed successfully",
"data": {
"customer_id": "1234567890",
"account_type": "SBA",
"status": "ACTIVE",
"custom_properties": [
{
"id": "1",
"description": "custom_property",
"type": "string",
"value": "custom_property"
}
]
}
}{
"status": "01",
"error_code": "MISSING_FIELD",
"message": "The field is missing",
"data": {}
}{
"status": "02",
"message": "The authentication failed",
"data": {}
}{
"status": "03",
"message": "You are not allowed to perform this operation",
"data": {}
}{
"status": "04",
"message": "The resource you are looking for does not exist",
"data": {}
}{
"status": "05",
"message": "An unknown error occurred",
"data": {}
}Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
Connection ID for the target bank
Unique key to ensure idempotency of the request
SHA-256 signature of client_secret + ";" + idempotency-key
Body
The customer reference for whom the account is being opened
Unique identifier of the product for which the account would be opened
"SBA123"
The name on the account
"Ado John Sule"
The date of birth of the account holder
"1990-01-01"
The first name of the account holder
"Ado"
The middle name of the account holder
"John"
The surname of the account holder
"Sule"
The gender of the account holder
M, F "M"
The email of the account holder
"ado.john@example.com"
The phone number of the account holder
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes
Show child attributes