Skip to main content

MonetaryAmount

The amount of the payment

amountint64

The amount in the currency specified. Note that the amount will be represented as a whole number from the least significant digit (e.g 523 USD = $5.23)

Example: 1099
currencystring

ISO 4217 Currency code e.g 'GBP'

Example: GBP
MonetaryAmount
{
"amount": 1099,
"currency": "GBP"
}