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

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]

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