Payment amount

The payment must include the amount and currency, in addition to the payment parties.

Amount and currency

The payment amount and currency are part of the money dataset.

Parameter
Description

amount

Transferred amount for this payment.

currencyCode

Currency of the transferred amount.

In the example below, you can see how the data elements amount and currencyCode should be presented in the payment.

{
   "paymentParties": [...],
   
   "money": {
       "amount": 100,
       "currencyCode": "EUR"
   }
}

Sample API call

To view some sample API call demonstration payment creation, refer to the following examplearrow-up-right.

Last updated

Was this helpful?