Hosted Checkout

Overview

Hosted Checkout enables you to accept payments by redirecting customers to the secure Peach Payments Checkout page.

Hosted Checkout supports more payment methods than Embedded Checkout.

API endpoints

The API endpoints for the live and sandbox servers are:

  • Live: https://secure.peachpayments.com/checkout
  • Sandbox: https://testsecure.peachpayments.com/checkout

Known limitations

Sending a Hosted Checkout link to a customer using WhatsApp or a service that unfurls the link is not supported. You can only load a Hosted Checkout link once, and unfurling the link uses this load event.

Quick links

📝 API playground

Detailed reference to all the Checkout API endpoints and mock calls.

API reference
🚀 Postman collection

Use the sample Checkout calls in Postman. See the collection overview for more information.

Run in Postman
⭐️PHP SDK

Use the PHP SDK to integrate with Checkout.

PHP SDK
📋 Sample project

Experiment with a Redirect-based Checkout sample integration project.

Node sample project
Python sample project