To help us direct your question to the best team to provide an answer please select which option best describes you.
Paying with Apple Pay
Reach millions of iOS users and access a shopping savvy demographic.
Increase conversions
Executes payments with one simple touch – optimizing the checkout speed. Apple Pay encourages online purchases with unprecedented follow-through rates and can double your conversions.
Easy integration
Easy, single integration with our SDK gives you full Apple Pay capabilities.
Card payments
Accept both credit and debit cards from iOS users.
Guaranteed security
Offer secure transactions using tokenization and fingerprint authentication through Touch ID.
Protect consumer data
Card data is not stored on devices. Payment information is encrypted by Google, and available only to your certified payment providers.
Are you a developer?
Add Apple Pay to offer your customers one touch payment through their iOS devices.
curl -X POST https://api.test.paysafe.com/cardpayments/v1/accounts/1001134830/auths \
-u test_vniezsai:B-qa2-0-59564dfa-0-302c021426a55dde98dc2a052cccc1ddc8daa776a7a4fe2e0214080388fded986767abc445e58af123c01003cb8b \
-H 'Content-Type: application/json' \
-d ' {
"merchantRefNum" : "payment-token-demo-1",
"amount" : 5000,
"settleWithAuth":true,
"card" : {
"paymentToken" : "PAYMENT TOKEN RECEIVED FROM CLIENT BROWSER"
}
} '