2

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

Pradeep
  • 8,641
  • 13
  • 23
  • 33
user2955412
  • 197
  • 2
  • 9

1 Answers1

0

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.

bksi
  • 1,543
  • 1
  • 22
  • 39
  • So you don't need to do anything with the actual certificate once you've generated it? – funkybro Apr 27 '20 at 17:31
  • Well, you should use it if you want to decrypt applepay token, but mostly, you don't need that. You can send the encrypted token directly to your payment provider. – bksi Apr 28 '20 at 21:00