Skip to main content

DiscountSender

Discount sender information

customerIdstring

Wallet customer identifier.

accountIdstring

The account where the money gets debited from.

currencyCurrency (string)

Currency alphabetic code as specified by ISO 4217

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

Example: EUR
DiscountSender
{
"customerId": "string",
"accountId": "string",
"currency": "EUR"
}