Invoice Payments / Get Payments
Single Invoice Data You can get the Invoice by its internal ID using the example here below, or by the invoice number This is a GET request, submitting data to an API via the request body. T
GET
Body parameters
module
|
string |
Example: send_invoice
|
data
|
object |
Example:
|
Single Invoice Data
You can get the Invoice by its internal ID using the example here below, or by the invoice number
This is a GET request, submitting data to an API via the request body. This request submits JSON data, and the data is reflected in the response.
A successful GET request typically returns a `200 OK` or `201 Created` response code.