UpdatePaymentIntentRequest
- addendaType: stringmin length:1max length:80
Payment intent description, which will also be used as the addenda on any payments made on the payment intent. This field cannot be updated on fully paid or canceled payment intents.
- dueType: string | nullFormat: date
_date The due date for payment of payment intent. Must be a string with format YYYY-MM-DD representing a date in the future.
- memoType: string | nullmax length:500
A private memo for internal use.
- noteType: string | nullmax length:500
A note to the payee/customer. This field cannot be updated on fully paid or canceled payment intents.
- resendType: boolean
_email If true, the customer will receive an email notification letting them know the payment intent has been updated and is available to pay with a payment portal link. Email notifications cannot be resent on fully paid or canceled payment intents.
- totalType: string
Pattern: ^-?\d{0,12}(?:\.\d{0,2})?$Format: decimalThe total amount due for the payment intent. If updated, the remaining balance due (total - sum of existing payments) must be greater or equal to 1.00. This field cannot be updated on fully paid or canceled payment intents.

