Customize the Checkout experience
DocsCurrentLast updated: March 16th 2023, @ 11:23:55 am
Extend your Checkout integration with these features. We recommend starting with showing a cancellation page and validating user input.
Feature | Description |
---|---|
Support multiple shipping options | Offer shipping options to your payer. |
Display PayPal buttons with other payment methods | Provide a clean user interface when you present PayPal and other funding sources on your site. |
Authorize payment and capture funds later | Change your checkout integration from a one-step payment solution to a two-step, authorize and capture later solution so you can complete business tasks, like verifying inventory, before finalizing the transaction. |
Display funding source | As a best practice, show your payer the funding source they used for their purchase. |
Show a cancellation page | Give payers clear confirmation when they cancel during the checkout flow. |
Validate user input on your page | Validate web forms before payers submit data for checkout. |
Handle funding failures | Action to take if a payer's funding source fails. |
Implement the Pay Now experience | Determine whether or not your payer returns to your website to complete the checkout flow. |
Update order details | Adjust the order and transaction details during the checkout process. |
JavaScript frameworks | This guide is for websites that use a library or framework, like React, Vue, or Angular. |
Standalone payment buttons | Render individual payment buttons for each supported payment method. |
Handle errors | Ensure errors returned are handled gracefully in the payer's experience. |
Pay another account | Specify a different receiver when you create an order. |