Labels

You can assign labels to payments to refine the fees applied from the price list.

Parameter
Description

labels

The payment scheme designated for settlement.

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

{
   "paymentParties": [...],
      
   "money": {...},
   
   "details": "...",
   "labels": [
      "SERVICE_PAYMENT"
   ]
}

Last updated

Was this helpful?