Value date

You can add a value date to the payment to control when it will be sent out from Tuum for settlement.

Parameter
Description

valueDate

The date when Tuum sends the payment out for settlement.

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

{
   "paymentParties": [...],
      
   "money": {...},
   
   "details": "...",
   "valueDate": "2024-10-10"
}

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?