Hi,
I am working on an Offsite payment extension. My payment gateway supports the “PayLater” method, but this method requires information about the purchased items (line name, line price).
Is it possible to retrieve the content of the order/checkout/cart in the payment extension?
The problem is that when the first request is sent to the payment extension, the order is not yet created. I also tested that when I simply return 200 and redirect Shopify to another “internal payment URL,” the order is still not created. I also tried querying abandonedCheckouts
, but without success.
Thanks.