Invoice
Occurrence
Content
number
string
Comma-separated product names
shippingAmount
int|null
The cost the shopper is charged for shipping the order
test
int
Was the payment simulated?
Possible values:
0for no or1for yes
referenceId
string
An internal reference ID used by your system
purpose
string
The purpose of the payment
paymentRequestId
int|null
ID of the Invoice or Payrexx Gateway created through the API
originalAmount
int
The amount paid by the shopper
refundedAmount
int
The amount refunded to the shopper
Example
Changelog
2024-12-10
An update to the Invoice Product object.
2021-10-12
The field amount is removed and replaced with two fields providing more details: originalAmount which stores the amount that was paid and refundedAmount which stores the amount refunded to the shopper.
2019-10-15
The type of amount changes from float to int. The price is now displayed in the currency's smallest unit.
An update to the Discount object.
An update to the Invoice Product object.
2019-02-13
An update to the Invoice Product object.
Last updated