Apple Pay and Google Pay Wallets
Apple Pay™ for Mobile only.
Apple Pay™ provides an easy and secure way to pay for physical goods and services such as groceries, clothing, tickets, and reservations in your iOS apps or on your website.
Using Touch ID, users can quickly and securely provide all their payment and shipping information to check out with a single touch.
It is important to understand the difference between Apple Pay™ and an In-App Purchase. Use Apple Pay™ to sell physical goods and services. Use an In-App Purchase to sell virtual goods such as premium content for your app, and subscriptions for digital content.
For consumers, the Apple Pay™ experience starts with:
- Registering their payment and shipping information into the Wallet app on their Apple devices.
- Once registered, consumers can pay simply and securely using Touch ID to authenticate a transaction.
- Each transaction processed through Apple Pay™ is assigned a one-time payment number and a dynamic security code.
- This information is encrypted and used in place of credit or debit card details.
Effective implementations of Apple Pay™ can radically improve your payment process by allowing for a smoother ‘guest checkout’, while still capturing all the relevant information needed to fulfil a purchase, for example shipping information.
See the following integration guides for:
It is assumed you already have a Judopay account. If you do not, sign up for a sandbox account here.
From the Web SDK integration guide:
- Add the Payment Form to your Website To hide the payment form iFrame, use: <div id="payment-iframe" style="position:absolute;width:0;height:0;border:0;"></div>
The payment form iFrame must be loaded onto the page in order for payments to work. However displaying the form to the consumer is not required for this transaction type.
Direct from Judopay:
- Judopay JudoID
- A valid apple-developer-merchantid-domain-association
From the Merchant:
- Domain(s) being used for Apple Pay™
- These are the domain(s) where the Apple Pay™ button will be displayed, for example the checkout page.
These must be SSL enabled domains, Apple will not allow non-encrypted domains to be used.
- Account(s) being used for Apple Pay™
Follow our documentation on how to perform Apple Pay™ for Web payments through Judopay.
Google Pay™ for Mobile only.
Google Pay™ is a digital wallet which stores card details on behalf of the consumer. Judopay offers merchants the ability to accept payments in-app and via websites.
Once registered with Google Pay™ the consumer does not need to input their card details on a payment journey.
For more details on Google Pay™ as an alternative payment method, see:
Integrating Google Pay™ in your app, allows for your customers on Android devices to check out using payment cards they have saved to their Google Wallet.
User Requirements
- Google Pay™ works with credit or debit cards from participating card issuing banks
- Android devices running versions 5.0+ (Lollipop)
Consumers can use devices that are not NFC-enabled, to make Google Pay™ purchases in merchant’s mobile apps.
The Judopay Web SDK implements our own easy to use Google Wallet handling service which wraps Google's API requirements, making it very easy for our merchants to implement Google Pay™ for Web.
Make sure you are using Web SDK Version 0.0.18 (or higher).
From the Web SDK integration guide:
- To hide the payment form iFrame, use: <div id="payment-iframe" style="position:absolute;width:0;height:0;border:0;"></div>
The payment form iFrame must be loaded onto the page in order for payments to work. However displaying the form to the consumer is not required for this transaction type.
Direct from Judopay:
- Judopay Account (sandbox and eventually live)
- Judopay JudoID
Merchant Requirement (Google Requirement): Prior to going live with Google Pay™ Web Payments, you must have a valid Google verified Live Merchant ID.
To receive your Live Merchant ID:
- Follow Google Pay™'s Integration Checklist, to ensure you have completed all the required steps in your integration.
To integrate Google Pay™ for web, see Google Pay™ for Web.