We're migrating a website and they'd like to keep the gift card system they used because they also use it with their physical location (GiveX is the gift card company).
Solved! Go to Solution.
Well , AKAIK - yes you can integrate third party gift card system with Magento 2 by using Magento 2 rest api.
Magento have define very robust Rest Api , which is easy to use , here i am sharing link for giftcard rest api of magento 2 - http://devdocs.magento.com/swagger/#!/giftCardAccountGiftCardAccountManagementV1
So you can create custom module which fetch the data from third party gift card system and synced up with magento 2 and in reverse manner from magento 2 gift card data to that third party system.
let me know if i escaped something , hope it helps
Well , AKAIK - yes you can integrate third party gift card system with Magento 2 by using Magento 2 rest api.
Magento have define very robust Rest Api , which is easy to use , here i am sharing link for giftcard rest api of magento 2 - http://devdocs.magento.com/swagger/#!/giftCardAccountGiftCardAccountManagementV1
So you can create custom module which fetch the data from third party gift card system and synced up with magento 2 and in reverse manner from magento 2 gift card data to that third party system.
let me know if i escaped something , hope it helps
Magento Integration makes syncing data between Different cloud Apps as a piece of cake. This Connector can be set up within minutes with a few clicks.