What's your biggest current challenge? Have your say in Community Polls along the right column.
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Checkout Transaction Array is empty

Checkout Transaction Array is empty

tjacob
Shopify Partner
8 0 5

Hello, I'm currently using a 3rd party payment system on a Shopify Lite store, built with a headless system.

Recently, the payment method stopped working, because the checkout object in the order confirmation page started returning an empty transactions array. The payment system used the information on the transaction objects to determine the appropriate endpoint and total amount.

When debugging the order confirmation/status page, through the checkout scripts:

 

{{ checkout.transactions | json }}

 

 returns [].

Every systems with the 3rd party is okay and working for other stores. This seems to be a problem with the checkout object on the order confirmation/status page and the checkout scripts. Everything was working fine up until a few days ago, using the Storefront API version 2022-07.

Best regards

Replies 0 (0)