Apple Pay on Web-Integration with Rails-Part 2

Posted by web E.
7
Oct 6, 2017
563 Views

We are working step-by-step to integrate payments in our web application through Apple Pay. This is the second post of the series of blog posts. The series consists of below posts:

  1. Register Merchant ID, domain, and generate certificates
  2. Create merchant session, show payment modal and authorize payment
  3. Decrypt Apple Pay JSON response

So far, we have registered our Merchant ID and domain on Apple Developer Console. We have also generated the certificates needed for generating a merchant session and for processing payments.

Here, we will use those certificates to generate the merchant session, show the payment modal to the customers, and handle various scenarios of authorising payments by the customers.



Read more: http://vinsol.com/blog/2017/09/07/apple-pay-on-web-integration-with-rails-2/

Comments
avatar
Please sign in to add comment.