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.

We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Completing order with mollie in a custom app

Completing order with mollie in a custom app

mark-yousif
Visitor
1 0 1

I'm creating a custom web shop for my client using the storefront API.

I Activated all the mollie payment methods under "Alternative payment methods" in the admin settings. For the webshop, I create a payment session via the mollie-api-node package. But once the mollie payment is complete, how do I update the checkout for Shopify?

I tried passing the payment id as the idempotencykey on the checkoutCompleteWithTokenizedPaymentV3CheckoutId mutation and the type as "SHOPIFY_PAY", but that gets me nowhere.

Reply 1 (1)

Arnaud_jdv
Visitor
1 0 0

Hi Mark-Yousif
Did you find any solution to your problem?