V2 Invoicing APIs
General Information
Generate Invoice
Request Body
Name
Type
Description
{
"invoiceId": "df48e2fd-1b84-4118-83ab-667765fac4c9",
"username": "woojpay",
"customerReferenceId": "HKJ10040321",
"invoiceStatus": "CREATED",
"paymentStatus": "NOT_PAID",
"customerPaysFee": false,
"invoiceSymbol": "USD",
"amountDue": 100,
"strategy": "ACA",
"invoicingFee": 0,
"invoiceReceivedAmount": 0,
"processingFee": 0,
"invoiceAmount": 100,
"accountId": "CA1001112C"
}
{
"errors": [
{
"id": "3df2d175-f3de-4f99-abed-4b6ce7e000df",
"message": "kycInfo/address must have required property 'addressLine1'"
}
]
}Generate Bill
Request Body
Name
Type
Description
Last updated