Reputation: 227
While trying to add Apple Pay Web into one of my websites, I'm having a confusion on how to and where to use this Apple Pay Payment Processing Certificate.
My Payment Processor is Authorize.net
And I followed their docs: https://developer.authorize.net/api/reference/features/in-app.html
I've followed all the steps and i have the certificate now. I've also achieved the Payment Token (nonce) from Apple. But i don't find anywhere to use that above certificate.
Any advices here? Unfortunately there is unclear and few docs re apple pay web integration with authorize.net
Thx
Upvotes: 5
Views: 1933
Reputation: 1625
When you try sandbox, you should login to your sandbox account in sandbox.authorize.net. Then go to "Digital payment solutions" -> ApplePay -> Sign In. There you should add Your apple pay merchant ID (something like com.mycooldomain.app) to get payment process certificate request.
Go back to your apple developer account -> merchant identities -> Your merchant identity you used in auth.net -> Payment Processing Certificate -> Create.
Choose file and select your certificate request from auth.net. And that's it.
Upvotes: 1