- REST APIs
- Welcome
- Cards
- 3D Secure 2
- Vault
- Getting Started
- Using the API
- Typical API Calls
- Verify That the Service Is Accessible
- Create a Profile for a Customer
- Add an Address to a Profile
- Add a Card to a Profile
- Add a Bank Account to a Profile
- Create an Apple Pay Single-Use Token
- Create a Google Pay Single-Use Token
- Create a Mobile Single-Use Token
- Create a Direct Debit Single-Use Token
- Process a Transaction Using a Payment Token
- API Reference
- Test and Go Live
- Direct Debit
- Apple Pay
- Google Pay
- Alternate Payments
- Platforms
- Overview
- Accounts API V2
- Account Management
- Getting Started
- Using the API
- Typical API Calls
- Verify That the Service Is Accessible
- Create a New Merchant
- Create a New Merchant Account
- Create a New User
- Add an Address
- Create a Business Owner
- Add a Business Owner Address
- Add a Business Owner Identity Document
- Add a Merchant Bank Account
- Accept Our Terms and Conditions
- Activate the New Merchant Account
- Validate the Bank Account
- Enable Webhooks to Receive Application Statuses
- Test and Go Live
- Subaccounts
- Split Payouts
- Balance Transfers
- Paysafe Payments API
- Reference Information
- SDKs
- Mobile SDKs
- Additional Documentation
- Resources and Support
- Shopping Carts
- Classic APIs
- Glossary
Before You Begin
To support Apple Pay on your website, you must complete the following setup steps in your Apple Developer Account and Paysafe Merchant Back Office. The steps include:
-
Register an Apple Pay Merchant ID
-
Create a Payment Processing Certificate
Register an Apple Pay Merchant ID
The merchant should create an Apple Pay Merchant ID on the Apple Developer Portal. It is a unique identifier registered with Apple that identifies your business as a merchant to accept Apple Pay payments. Refer Create a merchant identifier for the setup steps.
Create a Payment Processing Certificate
Payment Processing Certificate is a certificate associated with your merchant ID and is used to secure transaction data.
To obtain the Payment Processing Certificate, follow the below three steps:
- Obtain a CSR (certificate signing request) file from Paysafe Merchant Back Office.
Go to the Paysafe merchant back office and in the Apple Pay settings, click Add Payment Processing Certificate.
Generate a Certificate Signing Request (CSR) by clicking Generate CSR.
- Use this CSR to generate a certificate through Apple Developer Portal. Refer Create a payment processing certificate for the setup steps.
-
Upload the certificate back in the Paysafe Merchant Back Office.
-
In the Merchant Back Office, click Next.
-
Upload the newly created Apple Pay Payment Certificate.
-
Integration Options
There are two ways to integrate Apple Pay with Paysafe to process transactions within your website:
- Using the Integrating Apple Pay JS API
- Using the Paysafe Request SDK
These methods are described below.