Invoice

Occurrence

Content

Key
Type
Description

number

string

Comma-separated product names

products

array of Invoice Products

shippingAmount

int|null

The cost the shopper is charged for shipping the order

currency

string

ISO 4217arrow-up-right of the used currency

test

int

  • Was the payment simulated?

  • Possible values: 0 for no or 1 for 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

paymentLink

Payment Link|null

googleAnalyticProducts

array of Google Analytic Products

originalAmount

int

The amount paid by the shopper

refundedAmount

int

The amount refunded to the shopper

custom_fields

array of Custom Fields

Example

Changelog

chevron-right2024-12-10hashtag

An update to the Invoice Product object.

chevron-right2021-10-12hashtag

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.

chevron-right2019-10-15hashtag

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.

chevron-right2019-02-13hashtag

An update to the Invoice Product object.

Last updated