Retrieving Payment Gateway from Transaction API of Shopify -


we have web hook being enabled on "order creation" event. json response used receive earlier gave parameter "gateway" holding information payment gateway being chosen customer. orders being created last friday 24th april 2015, not getting parameter, instead getting parameter "financial status" value "pending". need payment gateway method ex. "paypal", "cod", "bank transfer", display on on invoice being printed.

suggestion shopify team says "gateway" field deprecated in "order creation" , should use following link fetch it. https://spskids.myshopify.com/admin/orders/315026241/transactions.json

we created webhook payment gateway on "order payment" event , trying call 3rdy party website.

but issue want call third party website, when gives error of unauthorized access. please suggest how fetch payment gateway.

gateway parameter has been moved transactions. and, transactions not yet ready used webhooks: https://docs.shopify.com/api/webhooks/using-webhooks

you should payment gateway storing transaction resource on end.


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -