Usage limit code

You can include a usage limit code in the payment to specify the limit that should be adjusted as a result of the payment.

Parameter
Description

usageLimitCode

The limit that should be adjusted as a result of the payment.

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

{
   "paymentParties": [...],
      
   "money": {...},
   
   "details": "...",
   "usageLimitCode": "PSD2"
}

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?