Skip to main content
PUT
Void invoice

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Invoice ID

Response

Invoice voided successfully

id
string
required
invoiceNumber
string
required
date
string
required
status
enum<string>
required
Available options:
DRAFT,
FINALIZED,
PAYMENT_FAILED,
PAID,
VOID
amount
number
required
currency
string
required
description
string
required
customerName
string
required
customerEmail
string
required
planType
string