This endpoint accepts an encrypted Apple Pay token and returns a single-use token representing a credit or debit card. The token can be used to process a one-time payment or to attach the payment method to a customer for future use.
Apple Pay Integration Setup
The following steps must be completed before submitting Apple Pay payment data to this endpoint:
-
Certificate Signing Request (CSR) Generation The integrating partner must submit a request for a CSR. Payarc will generate a unique CSR (Certificate Signing Request) for each merchant and provide it to the partner.
-
Apple Developer Account Setup
The integrating partner must complete the setup of their Apple Developer account and upload the provided CSR. 📄 Apple Documentation – Setting Up Apple Pay
After the upload is complete, Apple will return a Payment Processing certificate (apple_pay.cer).
-
Secure Certificate Handling The resulting certificate (apple_pay.cer) must be securely stored and shared with the Payarc Implementations team. 🔐This certificate must be password-protected when shared back with Payarc (e.g., using a secure archive tool like 7-Zip).