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

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
:clipboard: Sample project

Experiment with a Redirect-based Checkout sample integration project.

Sample project