Hi, I am trying to implement a payment method used by locals into Shopify. This is their API https://github.com/evertec/athmovil-javascript-api
As you can I see, I need JSON to get the cart information and pipe it trough the API so it can get the items, shipping, totals,etc.
I’ve worked on other CMS’s before but I am new at Shopify, and I see that it uses a templating language, I need a bit of guidance as to where would be the correct file to paste this code in, and how to get access to the Cart’s JSON or API if possible. I’d appreciate a steer in the right direction.
Dan