QuickPay / active_merchant

Active Merchant is a simple payment abstraction library extracted from Shopify. The aim of the project is to feel natural to Ruby users and to abstract as many parts as possible away from the user to offer a consistent interface across all supported gateways.
http://activemerchant.org
MIT License
0 stars 1 forks source link

3D Secure #2

Open benee opened 5 years ago

benee commented 5 years ago

From daniel.weckend@shopify.com (CC filipe.costa@shopify.com )

Thanks for your continued patience as we evaluated how best to support 3DS for our payment partnerships. As we are now ready to have this discussion I have CC'd Filipe from our payments dev team into this thread. Filipe is championing this project and can support any technical questions your team may have.

The attached document provides as detailed explanation of how Shopify is providing a 3D Secure solution for our Merchants and we need our partners to be on-boarded with it. This document contains critical points of contact at Shopify, action items, and timelines for this integration to be completed.

Please, reach out if you have any questions.

Payment Service Provider requirements.pdf

benee commented 5 years ago

Mail from Shopify: "In regards to 3DS2.0, we are providing the dsTransactionId which is required for MasterCard transactions. Is this a field your API is ready to receive?"

benee commented 5 years ago

dy: Yes, the changes are here https://github.com/QuickPay/active_merchant/commit/ae764ba308f8a747d9c914c833df5364a52b34bb, but need to create a PR to official active_merchant repo and get approved.