showArchived=true when listing invoices.
Path parameters
The UUID of the merchant account that owns the invoice.
The UUID of the invoice to archive.
Response
Returns204 No Content on success. No response body is returned.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Mark an invoice as archived to remove it from default listings without deleting it. Archived invoices are still retrievable via the list endpoint.
showArchived=true when listing invoices.
204 No Content on success. No response body is returned.
curl --request POST \
--url https://api.iterapay.com/merchants/b0fcc813-a7ce-4bbc-932f-dbef6f59ca7f/invoices/b0fcc813-a7ce-4bbc-932f-dbef6f59ca7f \
--header 'Authorization: Bearer <token>'
(no content)
curl --request POST \
--url https://api.iterapay.com/merchants/b0fcc813-a7ce-4bbc-932f-dbef6f59ca7f/invoices/b0fcc813-a7ce-4bbc-932f-dbef6f59ca7f \
--header 'Authorization: Bearer <token>'
(no content)