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[].dropdown PaymentLink#create.custom_fields[].numeric PaymentLink#create.custom_fields[].text + 6 morePaymentLink#update.custom_fields[].dropdown PaymentLink#update.custom_fields[].numeric PaymentLink#update.custom_fields[].text PaymentLink.custom_fields[].dropdown PaymentLink.custom_fields[].numeric PaymentLink.custom_fields[].text
|
Upgrade