Our fee

You can add our fee to the payment to override the dedicated price listed in the Tuum price list.

Parameter
Description

ourFee

The fee applicable to this payment.

In the example below, you can see how the ourFee data entity should be presented in the payment.

{
   "paymentParties": [...],
      
   "money": {...},
   
   "details": "...",
   "ourFee": {
        "amount": 0.25,
        "currencyCode": "EUR"
    }
}

Sample API call

To view the sample API call demonstrating payment creation with steering data entities, refer to the following examplearrow-up-right in the API cookbook.

Last updated

Was this helpful?