v2
latestOpenAPI 3.1.12026-08-06856719.6 KBCreate the invoice
Create the invoice
post/v1/invoices
Headers
X-BUSINESS-API-KEYstring required
Example:b286daabf9921b5a01a4621f026c111e046f8911feba212996c92159b98427d
Request body
Example request
{
"customer": {
"address": {
"name": "160 Paya Lebar Road 07-08 Orion Industrial ",
"city": "Singapore",
"state": "Singapore",
"postal_code": "367903",
"country": "sg"
}
},
"payment_methods": [
"paynow_online"
]
}Response
200