Returns the payment status and due date for a batch of invoices provided in the request. For each invoice, the response includes either successful payment details (status and due date) or error details if the data cannot be retrieved.
Usage Plan:
| Rate (requests per second) | Burst |
|---|---|
| 2 | 10 |
The x-amzn-RateLimit-Limit response header returns the usage plan rate limits that were applied to the requested operation. The preceding table indicates the default rate and burst values for this operation. For questions about your usage plan, reach out to your Amazon Business technical contact.
To test this API, use any of the following sample request bodies. You can either populate the input fields below with values from these samples, or select the Edit JSON body field (
{ }) in the request code box on the right and provide any of the following sample request payloads.Example #1 - Click to expand
{ "invoiceIds": [ "1234-ABCD-MMC1", "4567-EFGH-MFNR" ] }Example #2 - Click to expand
{ "invoiceIds": [ "ABC", "123" ] }Example #3 - Click to expand
{ "invoiceIds": [ "1234-ABCD-QT2V", "123" ] }