Apple Pay
PayWay is a simple, secure, internet-based solution to collect and manage customer payments. Apple Pay allows customers to make purchases using a credit or debit card from their Apple wallet. As a business, accepting Apple Pay makes it easy and secure for your customers to make purchases on mobile and desktop websites using Touch ID or Face ID. The PayWay REST API supports Apple Pay.
St. George customers
Apple Pay is not available to St. George customers.Benefits of Apple Pay
The benefits of Apple Pay are:
- Seamless - Offer a one-click payment experience to your customers without them having to manually enter credit card or shipping details
- Secure - every payment is securely authenticated with Touch ID, Face ID or passcode
- Lower costs - less fraud and fewer chargebacks
For more information, see https://www.apple.com/au/apple-pay
How to implement Apple Pay
To enable Apple Pay, you will need:
- the PayWay Net module
- someone with Client Administrator access to enable Apple Pay
- a software developer to make changes to your website
Apple Pay is available using the Hosted Payment Page and the REST API.
To turn on Apple Pay:
- Sign in to PayWay
- Click Settings
- Click Apple Pay
- Agree to terms and conditions and click Enable Apple Pay.
Hosted Payment Page
You do not need to take any additional steps to accept Apple Pay payments using the Hosted Payment Page.
REST API
These steps assume you have already implemented a Trusted Frame solution.
Step 1: Register Domains
Follow the instructions on the Apple Pay Configuration page to register your domains with Apple.
Step 2: Place Apple Pay button
To create an Apple Pay button, create a <div id="payway-payment-request-button">
and call createPaymentRequestButton
in payway.js.
When your customer clicks the button, they will select their card and confirm the payment with Apple.
Step 3: Receive the singleUseTokenId
Once your customer has confirmed the payment, payway.js will send the singleUseTokenId
to your server.
Step 4: Process Payment
Once your server has received the singleUseTokenId
, you should send a request to take a payment.
Contact us
For sales, help and technical support contact us.