Payment type code

You can add a payment type code to specify the payment type of payment.

Parameter
Description

paymentTypeCode

The payment type code enforced to this payment.

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

{
   "paymentParties": [...],
      
   "money": {...},
   
   "details": "...",
   "paymentTypeCode": "ACC2EXTERNAL"
}

Last updated

Was this helpful?