POST /customer/{code}/identification

Validate a customer's identity

Servers

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
bank_code String Yes

You can get the list of bank codes by calling the List Banks endpoint (https://api.paystack.co/bank).

type String Yes

Predefined types of identification.

Valid values:

  • "bank_account"
  • "bvn"
account_number String Yes

Customer's bank account number.

value String No

Customer's identification number. Required if type is bvn

country String Yes

Two-letter country code of identification issuer

bvn String Yes

Customer's Bank Verification Number

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.