Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 1.12 KB

File metadata and controls

18 lines (13 loc) · 1.12 KB

ChargeCreate

Properties

Name Type Description Notes
email str Customer's email address
amount str Amount should be in kobo if currency is NGN, pesewas, if currency is GHS, and cents, if currency is ZAR
authorization_code str An authorization code to charge. [optional]
pin str 4-digit PIN (send with a non-reusable authorization code) [optional]
reference str Unique transaction reference. Only -, .`, = and alphanumeric characters allowed. [optional]
birthday datetime The customer's birthday in the format YYYY-MM-DD e.g 2017-05-16 [optional]
device_id str This is the unique identifier of the device a user uses in making payment. Only -, .`, = and alphanumeric characters are allowed. [optional]
metadata str Stringified JSON object of custom data [optional]

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