POST /customer/{code}/identification
Validate a customer's identity
Servers
- https://api.paystack.co
Path parameters
Name | Type | Required | Description |
---|---|---|---|
code |
String | Yes |
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). |
last_name |
String | No |
Customer's last name |
first_name |
String | No |
Customer's first name |
type |
String | Yes |
Predefined types of identification. Possible values:
|
account_number |
String | Yes |
Customer's bank account number. |
country |
String | Yes |
Two-letter country code of identification issuer |
bvn |
Integer | Yes |
Customer's Bank Verification Number |
How to start integrating
- Add HTTP Task to your workflow definition.
- 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.
- Click Test request to test run your request to the API and see the API's response.