Invoice
Get payments for an invoice
get/v1/workspaces/{workspaceId}/invoices/{invoiceId}/payments
Path parameters
workspaceIdstring required
Represents a workspace identifier across the system.
Example:64a687e29ae1f428e7ebe303
Represents a workspace identifier across the system.
invoiceIdstring required
Represents an invoice identifier across the system.
Example:78a687e29ae1f428e7ebe303
Represents an invoice identifier across the system.
Query parameters
pageinteger
Page number.
Example:1
Page number.
page-sizeinteger
Page size.
Example:50
Page size.
Response
OK
Example response
[
{
"amount": 100,
"author": "John Doe",
"date": "2021-01-01T12:00:00Z",
"id": "78a687e29ae1f428e7ebe303",
"note": "This is a sample note for this invoice payment."
}
]Changes
Changed in 1 of the 2 revisions of this API.3
- ○
the
authorresponse's property default valuewas added for the status200response-property-default-value-added
- ○
the
idresponse's property default valuewas added for the status200response-property-default-value-added
- ○
the
noteresponse's property default valuewas added for the status200response-property-default-value-added
- ○