Skip to main content
POST
Void an invoice

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json
subMerchantId
string
required

The subMerchantId associated with the invoice.

Example:

"874767775007"

invoiceId
string

The invoiceId associated with the invoice.

Example:

"0df2868e-0c65-41aa-959b-62f6909fa848"

Response

Invoice successfully created.

Last modified on July 14, 2026