Apple Pay
This page outlines the basics of using Apple Pay via Netaxept and gives you instructions needed for a successful implementation.
Before you start
Before starting to accept payments via Apple Pay, ensure to:
- Build integration towards Apple Pay for web or app.
- Build integration towards Netaxept via API.
- Sign an agreement with an acquirer to accept card payments and use the Apple Pay service.
Overview
Apple Pay is a Wallet payment method, enabling users to make secure payments, authenticate and approve payments via their Apple Pay payment app.
It is a card payment using the token services provided by the card scheme. The transactions are authenticated with Touch ID or Face ID and uses the 3DS.
However, in terms of liability shift the issuer might downgrade the transactions and not grant liability shift. This means you as a merchant can be liable for fraud.
If you are using Mobile in-App SDK, please visit this page: Github Mobile SDK.
Supported card schemes:
- Visa
- Mastercard
- Dankort
- Maestro
- American Express
Functionalities
| Functionality | Name in API | Supported |
|---|---|---|
| Account verification | Process (VERIFY) | ✅ |
| Countries | - | All |
| Currencies | - | All |
| Full reversal | Process (ANNUL) | ✅ |
| Incremental authorization (only for PreAuth) |
Process (AUTH) authType = incrementalAuth transactionAmount = [additional amount]
| ✅ |
| Partial capture |
Process (CAPTURE) transactionAmount = [partial amount]
|