Overview
Checkout by Peach Payments is a ready-to-use payment experience securely hosted and managed by Peach Payments.
With Checkout, merchants have the ability to accept a full range of payment methods with a single developer integration.
Payment methods
For details on which payment methods Checkout supports, see the Payment methods section.
You can configure the payment methods in the Peach Payments Console. Checkout is PCI compliant and provides both the merchant and customer confidence in the security of web payments.

Example Checkout screen; note that not all payment methods are available in all regions or for all currencies.
User experience
Checkout streamlines the payment experience by allowing customers to confidently complete their online purchases.
- Merchant partners display a payment button on their Checkout page when a customer is ready to complete payment for their purchase.
- The merchant sends a signed POST request with entity credentials along with the purchase details. The merchant then redirects the customer to the Checkout payment page hosted by Peach Payments, either using a redirect or a form POST.
- The Checkout page shows the customer the purchase amount and all the payment methods available to them to complete the purchase.
- The customer selects their desired payment method to complete the purchase.
- If successful, Checkout redirects the customer back to the merchant page with a confirmation of their transaction. If cancelled, Checkout redirects the customer back to the provided cancel URL.
- If you've enabled a valid webhook, the merchant receives a response to their server endpoint with the details of the completed, cancelled, or expired transaction.
Test and go live procedure
While integrating, you have access to a sandbox account during user acceptance testing. Use this account to test fake payments to verify your integration.
For more information on testing, go live, and test cards and credentials, see the Test and go live procedure section.
Quick links
📝 API playground Detailed reference to all the Payment Links API endpoints and mock calls. API reference | 🚀 Postman workspace Use the sample Payment Links calls in Postman. See the workspace description for more information. Postman workspace | ⭐️PHP SDK Use the PHP SDK to integrate with Checkout. PHP SDK |
Updated 22 days ago