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

NameTypeDescriptionNotes
emailstrCustomer's email address
amountstrAmount should be in kobo if currency is NGN, pesewas, if currency is GHS, and cents, if currency is ZAR
authorization_codestrAn authorization code to charge.[optional]
pinstr4-digit PIN (send with a non-reusable authorization code)[optional]
referencestrUnique transaction reference. Only -, .`, = and alphanumeric characters allowed.[optional]
birthdaydatetimeThe customer's birthday in the format YYYY-MM-DD e.g 2017-05-16[optional]
device_idstrThis is the unique identifier of the device a user uses in making payment. Only -, .`, = and alphanumeric characters are allowed.[optional]
metadatastrStringified JSON object of custom data[optional]

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