Storefront API Complete checkout without redirect to Shopify web for non creditcard payment options

Hi All,

Is there a way to complete the checkout (payment) in the Storefront API without using the webUrl for non creditcard payment options?

Can I use the checkoutCompleteWithTokenizedPaymentV3 mutation for non creditcard payment options, like Paypal or iDeal (Netherlands)?

Thanks in advance!

Remy

Hey @Remy_2

Here is a guide on using checkout with the storefront api. If you were looking to have customer avoid hitting the webUrl entirely, it would require a special permission that is reserved normally for sales channels. It is recommended you use the Shopify Checkout for all transactions.

Hi @Kevin_A ,

Thank you for your message.

I have read the checkout guide for the storefront API.

Is it possible to use other payment options within the API than credit card or the webUrl?

Kind regards,

Remy

Hey @Remy_2

The “webUrl” returns a unique URL that you can use to direct customers to the Shopify checkout. This should allow you to take any supported payment methods for your shop.