The Account Model
The Accounts Resource allows you to create and manage the accounts under your business account.
Sample Account Object
{
"data": {
"identifications": [],
"address": {
"street": "",
"lga": "",
"area_code": "",
"city": "",
"state": ""
},
"email": "test@cowrywise.com",
"first_name": "TEST",
"account_type": "business",
"phone_number": null,
"account_id": "28943ca3c0f7aeb0763c465caaedc7f1",
"banks": [],
"name": "Test Account",
"account_status": "ACTIVE",
"is_verified": false,
"risk_appetite": 0,
"terms_of_use_accepted": true,
"account_number": 273961452,
"next_of_kin": {
"first_name": "",
"last_name": "",
"email": "",
"phone_number": "",
"relationship": "",
"gender": null
},
"date_of_birth": null,
"last_name": "TEST",
"is_proprietary": false,
"date_joined": "2023-03-06T13:31:53.673739+00:00",
"gender": null,
"verification_status": "UNVERIFIED"
}
}
Attributes
account_idstring |
Account Unique Identifier |
account_numbernumber |
Generated Account Number. |
first_namestring |
First Name of Account |
last_namestring |
Last Name of Account |
string |
Account Email |
risk_appetitenumber |
Risk Appetite associated with Account |
is_proprietarystring |
True or False Value to check if an account is proprietary |
account_statusstring |
Displays if an account is Active or Not |
verification_statusstring |
Displays the current Verification Status of Account |
is_verifiedstring |
True or False value for Account Verification |
account_typestring |
Displays the account type associated with the account |
phone_numberstring |
Phone number of Account |
date_of_birthstring |
Date of Birth associated with Account |
genderstring |
Gender associated with an account |
identificationsstring |
KYC information of the Account |
bankslist |
List of user's banks |
addressobject |
Address information of the Account |
next_of_kinstring |
Next of Kin Data of the Account |
date_joinedstring |
Account Creation Date |
terms_of_use_acceptedstring |
Indicates acceptance of Embed Terms and Conditions |