๐ค Create a Customer
To add a new customer to your system, use the create customer endpoint. BodyThe customerโs first name. It must match the customerโs government-issued identification for KYC purposes.
The customerโs last name or surname. It must match the customerโs government-issued identification for KYC purposes.
The customerโs middle name or initial. This can be used for additional verification and should match the customerโs government-issued identification if provided.
The country of the customerโs residence or operation. Use ISO 3166-1 alpha-2 country codes.
The customerโs email address.
Request Body
๐ Get Customer Details
Retrieve detailed information of a specific customer with their unique identifier using the get customer endpoint. Path ParametersThe unique identifier of the customer to retrieve.
๐ Get All Customers
Retrieve a comprehensive list of all customers in your system using the get all customers endpoint. Query ParametersThe page to return.
The maximum number of results to return.
Perform KYC for a Customer
Conduct Know Your Customer (KYC) checks to verify the identity of your customers using the customer KYC endpoint.Customer KYC is required before issuing a
DEFAULT USD collection account for a customer. After KYC is submitted, create a USD collection with currency set to USD and include the required additional_information payload.The unique identifier of the customer to retrieve.
tierenum (ONE, TWO, FULL) :- The amount to fund in the smallest currency unit.
informationobject :bvnstring : customer bvn (Nigeria)ssnitstring : customer ssnit (Ghana)statestring : customer statecitystring : customer citycountrystring : customer countryaddressstring : customer addresspostal_codestring : customer address postal codedate_of_birthstring : customer date of birth
documentobject :document_typeenum (NIN, PASSPORT, DRIVERS_LICENSE)document_numbernumber : customer document numberdocumenturl : customer document urlpassporturl : customer passport photograph url
Request Body
Blacklist Customer
Blacklist customer from performing any action using the post. ParametersThe unique identifier of the customer to blacklist.