Cancel an invoice
Invoices
Cancel an invoice
POST
Cancel an invoice
Use this endpoint to cancel an invoice. You can only cancel invoices while they are still at theDocumentation Index
Fetch the complete documentation index at: https://docs.cryptoprocessing.com/llms.txt
Use this file to discover all available pages before exploring further.
created, pending or processing stage. Invoices that have the confirmed or failed statuses cannot be cancelled.Headers
Hex-encoded HMAC-SHA512 signature of the request body, generated using your secret key.
Path Parameters
The unique identifier of the invoice you need to cancel.
Example:
"test_foreign_id_0344"
Body
application/json
The Content-Type: application/json header must be specified even though the
request body has no fields.
This endpoint does not accept any request parameters, but you must still send
an empty JSON object ({}) in the request body.
Response
OK
Last modified on May 29, 2026