Apple Pay integration example
A minimal two-page reference for integrating Apple Pay with the PayConex payment gateway: register merchant domains with the v4 API, then process an Apple Pay SALE through QSAPI.
Before you start
- Copy
config.example.phptoconfig.phpand add PayConex cert credentials. - Serve this app over HTTPS on a registered domain (see README for local
applepay.localor your deploy host). - Place the PayConex Apple Pay domain-association file at
/.well-known/apple-developer-merchantid-domain-association. - Apple Pay works in Safari and (with iOS 18+) third-party browsers when using the official JS SDK button.
Docs: Intro · Environment setup · Button integration · Using tokens