Skip to main content

Create customer account

POST: https://api.creditchek.africa/v1/erm/policy/products/account/create

Request Parameters

NamePositionRequiredDescription
tokenHeadersTrueapp public key
borrowerIdBodyTrue--------------
Example Request
---
curl --location --request POST 'https://api.creditchek.africa/v1/erm/policy/products/account/create' \
--header 'token: oORkkft9Ec5dQ36ixpxz5z21qnHrLm8h5L+h69DzktBm4REOjm0U4jv8XDPbsJH/' \
--header 'Content-Type: application/json' \
--data '{
"borrowerId": "630e1a9686b30445f31def25"
}'
---
Response
{
"status": true,
"data": {
"user_id": "123344",
"account_id": "b7758ed1-dbae-4f81-b2b4-9c5fea3384fc",
"provider": "curacel",
"meta": {
"id": 8228,
"ref": "b7758ed1-dbae-4f81-b2b4-9c5fea3384fc",
"email": "[email protected]",
"full_name": "Jane Doe",
"first_name": "Jane",
"last_name": "Doe",
"phone": "090900000088",
"sex": null,
"birth_date": "2000-10-10",
"next_of_kin_name": null,
"next_of_kin_phone": null,
"residential_address": "12 lagos",
"country": null,
"state": null,
"city": null,
"customer_type": null,
"created_at": "2023-09-05T07:44:39.000000Z"
},
"_id": "64f6dc67a85c009d6200a24f",
"createdAt": "2023-09-05T07:44:39.652Z",
"updatedAt": "2023-09-05T07:44:39.652Z",
"__v": 0
},
"message": null,
"error": false
}