post https://api-sandbox.ezypay.com/v2/billing/invoices/batches
Create a batch of ad-hoc invoices to bill one or more customers on an on-demand basis. Invoices created from this end point are not associated to any subscriptions.
Responses
Create a batch of ad-hoc invoices to bill one or more customers on an on-demand basis. Invoices created from this end point are not associated to any subscriptions.
xxxxxxxxxx
curl --request POST \
--url https://api-sandbox.ezypay.com/v2/billing/invoices/batches \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"id": "5c8e8f06-8d59-4957-8761-61b5fb85274b",
"batchReference": "96025dfa-80e8-40aa-a8a4-4a4b71ad42e4",
"createdOn": "2019-03-10T20:14:03.928",
"status": "SUBMITTED"
}