Customize a Checkout URL to streamline the payment process by pre-filling essential customer information.
Customize a Checkout link
- Create a Checkout link. Learn how to Create and manage a Checkout. Checkouts require the following details:
- First and last name
- Phone number (optional)
- Billing address (optional)
- Copy and paste the Checkout link into your browser search bar.
- Add a ? at the end of the URL to initiate a query. This allows you to fill in the form elements correctly.
- Combine all the elements into a single URL:
- Use the format: box_name=value for each required field.
- Separate each form element with an & sign.
- Use + to represent spaces in the URL.
- Use %2b for a plus sign in phone numbers (e.g., +1).
- Use two-digit country codes for countries and write out the full names of states or provinces.
- Capitalize words in the URL as needed for proper display.
You can test the URL at any point to verify that the form is filled out correctly.
Example fields for your Checkout
- First name: first_name=Jose
- Last name: last_name=Avila
- Email: email=javila@mail.com
- Phone number: phone=%2b1+603-555-5555
- Address: address=333+Court+Rd
- Address line two: address2=Apt.+4
- Country: country=US
- State/Province: region=New+Hampshire
- City: city=Concord
- Zip/postal code: postal=03301