Adds default value to custom fields on Payment Links
What’s new
Adds the default_value parameter to the existing custom_fields[][text], custom_fields[][numeric] and custom_fields[][dropdown] parameters on the Create a Payment Link and Update a Payment Link endpoints.
Impact
Payment Links users can now provide a default value when using custom fields. Default values prefill the form field on the payment page.
Changes
| default_value | Added | PaymentLink#create.custom_fields[].dropdownPaymentLink#create.custom_fields[].numericPaymentLink#create.custom_fields[].text + 6 morePaymentLink#update.custom_fields[].dropdownPaymentLink#update.custom_fields[].numericPaymentLink#update.custom_fields[].textPaymentLink.custom_fields[].dropdownPaymentLink.custom_fields[].numericPaymentLink.custom_fields[].text
|
Upgrade