Skip to main content

Transaction Discount

Details about a discount attached to a transaction.

amountinteger<int64>required

Discount amount

Example: 10
currencyCodeCurrency (string)required

Currency alphabetic code as specified by ISO 4217

Possible values: >= 3 characters and <= 3 characters

Example: EUR
paymentReasonstringrequired

Discount payment reason

Possible values: [POINTS]

Transaction Discount
{
"amount": 10,
"currencyCode": "EUR",
"paymentReason": "POINTS"
}