Skip to content

Latest commit

History

History
18 lines (13 loc) · 905 Bytes

File metadata and controls

18 lines (13 loc) · 905 Bytes

CustomerValidation

Properties

NameTypeDescriptionNotes
first_namestrCustomer's first name
last_namestrCustomer's last name
typestrPredefined types of identification.
countrystrTwo-letter country code of identification issuer
bvnstrCustomer's Bank Verification Number
bank_codestrYou can get the list of bank codes by calling the List Banks endpoint (https://api.paystack.co/bank).
account_numberstrCustomer's bank account number.
valuestrCustomer's identification number. Required if type is bvn[optional]

[Back to Model list][Back to API list][Back to README]