Properties
| Name | Type | Required | Description |
|---|---|---|---|
| billingType | PaymentUpdateRequestBillingType | ✅ | Payment billing type |
| value | Double | ✅ | Payment amount |
| dueDate | String | ✅ | Payment due date |
| description | String | ❌ | Payment description (max. 500 characters) |
| daysAfterDueDateToRegistrationCancellation | Long | ❌ | Days after registration cancellation deadline (only for bank slip) |
| externalReference | String | ❌ | Free search field |
| discount | PaymentDiscountDto | ❌ | Discount information |
| interest | PaymentInterestRequestDto | ❌ | Interest information for payment after due date |
| fine | PaymentFineRequestDto | ❌ | Fine information for payment after due date |
| postalService | Boolean | ❌ | Define whether the payment will be sent via post |
| split | List<PaymentSplitRequestDto> | ❌ | Split Settings |
| callback | PaymentCallbackRequestDto | ❌ | Automatic redirection information after the payment of the link payment |