Skip to content

Latest commit

History

History
22 lines (17 loc) · 1.75 KB

File metadata and controls

22 lines (17 loc) · 1.75 KB

PaymentRequestCreate

Properties

NameTypeDescriptionNotes
customerstrCustomer id or code
amountintPayment request amount. Only useful if line items and tax values are ignored. The endpoint will throw a friendly warning if neither is available.[optional]
currencystrSpecify the currency of the invoice. Allowed values are NGN, GHS, ZAR and USD. Defaults to NGN[optional]
due_datedatetimeISO 8601 representation of request due date[optional]
descriptionstrA short description of the payment request[optional]
line_itemslist[object]Array of line items[optional]
taxlist[object]Array of taxes[optional]
send_notificationlist[object]Indicates whether Paystack sends an email notification to customer. Defaults to true[optional]
draftlist[object]Indicate if request should be saved as draft. Defaults to false and overrides send_notification[optional]
has_invoicelist[object]Set to true to create a draft invoice (adds an auto incrementing invoice number if none is provided) even if there are no line_items or tax passed[optional]
invoice_numberintNumeric value of invoice. Invoice will start from 1 and auto increment from there. This field is to help override whatever value Paystack decides. Auto increment for subsequent invoices continue from this point.[optional]
split_codestrThe split code of the transaction split.[optional]

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