| Name | Type | Description | Notes |
|---|---|---|---|
| first_name | str | Customer's first name | |
| last_name | str | Customer's last name | |
| type | str | Predefined types of identification. | |
| country | str | Two-letter country code of identification issuer | |
| bvn | str | Customer's Bank Verification Number | |
| bank_code | str | You can get the list of bank codes by calling the List Banks endpoint (https://api.paystack.co/bank). | |
| account_number | str | Customer's bank account number. | |
| value | str | Customer's identification number. Required if type is bvn | [optional] |