Invoices Object ​
Unique identifier for the invoice
Unique identifier for the customer
Name of the customer
Email of the customer
Phone number of the customer
Date and time when the customer was created
Date and time when the customer was last updated
Unique identifier for the subscription associated with the invoice
Whether the invoice is recurring or not
Status of the invoice. In case there is no clear mapping, the raw status is passed.
pending
paid
failed
cancelled
refunded
draft
Date of the invoice
Due date of the invoice
Date when the invoice was paid or marked as paid
Transaction fee on a payment
Invoice number
Currency of the invoice
Exchange rate of the currency of the invoice
Total discount applied to the invoice
Sub total of the invoice
Total tax amount of the invoice
Balance amount to be paid
List of payments associated with the invoice
Unique identifier for the payment
Payment method used for the payment. In case there is no clear mapping, the raw payment method is passed.
card
bank_transfer
cash
check
paypal
wallet
wire_transfer
Status of the payment. In case there is no clear mapping, the raw status is passed.
pending
authorized
paid
partial
refunded
voided
cancelled
unknown
Amount of the payment
Currency of the payment
Exchange rate of the currency of the payment
Date and time when the payment was created
Date and time when the payment was last updated
List of line items associated with the invoice
The unique identifier for line item
The name of the line item
The description of the line item
The ID of the item
The quantity of the line item
The unit price of the line item
The ID of the tax rate
The tax amount of the line item
The total line amount of the line item.
The type of the line item
The currency of the line item
The exchange rate of the currency for the line item
Memo of the invoice
Date and time when the invoice was created
Date and time when the invoice was last updated
Raw data returned from the remote API call.