Skip to main content
POST
Create a custom invoice for an account

Authorizations

Authorization
string
header
required

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

Body

application/json

Payload to create invoice

Payload to create invoice

accountId
string
required
Example:

"ACC001"

invoiceTime
string<date-time>
required
Example:

"2020-07-04T12:00:00.000Z"

status
enum<string>
required

Status to create an invoice in.

Available options:
DRAFT,
DUE,
PAID
Example:

"DUE"

lineItems
object[]
required
Required array length: 1 - 50 elements
idempotencyKey
string
Example:

"1234567890"

Response

Response for Get invoice requests

Structure of invoice

id
string
required

Identifier of invoice

Maximum string length: 50
status
enum<string>
required

Status of the invoice

Available options:
DRAFT,
DUE,
PAID,
VOID,
UN_COLLECTIBLE,
INITIATE_REFUND,
REFUND_COMPLETED,
MERGED,
PARTIALLY_PAID
Example:

"DUE"

invoiceClass
enum<string>
required

Represents the class of entity( INVOICE/ORDER/BILLABLE)

Available options:
INVOICE,
ORDER,
BILLABLE
Example:

"INVOICE"

invoiceType
enum<string>
required

Represents the type of entity(STANDARD/AD_HOC/COMPOSITE)

Available options:
STANDARD,
AD_HOC,
COMPOSITE
Example:

"STANDARD"

invoiceDate
string<date-time>
required

Invoice date of the invoice

Example:

"2020-07-04T12:00:00.000Z"

updatedAt
string<date-time>
required
customerId
string
ownerId
string
pricePlanId
string
usageInfo
object[]
revenueInfo
object
invoiceDetails
object
startDate
string<date-time>

Start date of the invoice

Example:

"2020-07-04T12:00:00.000Z"

endDate
string<date-time>

End date of the invoice

Example:

"2020-07-04T12:00:00.000Z"

endDateInclusive
string<date-time>

Inclusive end date of the invoice

Example:

"2020-07-03T11:59:59.999Z"

dueDate
string<date-time>

Due date of the invoice

Example:

"2020-07-04T12:00:00.000Z"

generatedAt
string<date-time>
metadata
object
info
object[]
sequenceId
string

Sequence id of the invoice

pdfUrl
string

Download URL of the pdf file corresponding to the invoice