Overview
Peach Payments deprecated the following endpoints on June 30, 2023:
https://api.peachpayments.com/v1
https://testapi.peachpayments.com/v1
Use the latest endpoints and the upgrade guide to continue processing payments successfully.
Environment Deprecated endpoint New endpoint Live https://api.peachpayments.com/v1
https://api-v2.peachpayments.com
Sandbox https://testapi.peachpayments.com/v1
https://testapi-v2.peachpayments.com
Introduction
The Payments API allows you to do a custom integration with Peach Payments and support multiple payment methods, without redirecting customers from your website. You can also use the Payments API to integrate payments processing into mobile apps.
Using the Payments API, you can:
- Execute a transaction.
- Check a transaction's status.
- Refund a transaction.
Supported payment methods and payment types
For details on which payment methods the Payments API and Checkout support, see the Payment methods section.
API endpoints
The following are the API endpoints for the live and test servers:
- Live:
https://api-v2.peachpayments.com
- Sandbox:
https://testapi-v2.peachpayments.com
Find your credentials
The new Payments API uses the same credentials as the old API.
Retrieve your API credentials from the Peach Payments Dashboard.
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 Payments API endpoints and mock calls. API reference | 🚀 Postman collection Use the sample Payments API calls in Postman. See the collection overview for more information. |
Updated about 1 month ago