Solved

Storefront API Checkout Payment Gateways

leslenco
Shopify Partner
3 0 0

Hello,

 

what payment methods are available when completing a checkout via the storefront API?

Can I submit a Spreedly token from PayPal, Klarna or SOFORT?

 

Thanks

Accepted Solution (1)

vix
Shopify Staff
540 103 122

This is an accepted solution.

Hi @leslenco 

 

As stated in our docs, there are multiple different ways of completing a checkout with the Storefront API. The most common way is to use the Web URL / Checkout which loads the Shopify checkout and takes care of payment processing. This will allow you to use any payment gateway that you would usually use with Shopify. 

 

You can read more here: https://help.shopify.com/en/api/storefront-api/guides/checkout-guide

To learn more visit the Shopify Help Center or the Community Blog.

View solution in original post

Replies 3 (3)

vix
Shopify Staff
540 103 122

This is an accepted solution.

Hi @leslenco 

 

As stated in our docs, there are multiple different ways of completing a checkout with the Storefront API. The most common way is to use the Web URL / Checkout which loads the Shopify checkout and takes care of payment processing. This will allow you to use any payment gateway that you would usually use with Shopify. 

 

You can read more here: https://help.shopify.com/en/api/storefront-api/guides/checkout-guide

To learn more visit the Shopify Help Center or the Community Blog.

leslenco
Shopify Partner
3 0 0

Hi,

 

I want to use the Stripe or Spreedly token method not the checkout redirect. Can I acquire a PayPal token via Streeply and complete the payment with Shopify using this token?

 

Thank you

vix
Shopify Staff
540 103 122

Hey @leslenco 

 

Please have a read through the docs in full. Here is the direct link for Spreedly: https://help.shopify.com/en/api/storefront-api/guides/checkout-guide#spreedly

 

Take note however that you will require specific permissions for the app in order to utilize this mutation. You can request these permissions from here: https://help.shopify.com/en/api/guides/sales-channel-sdk/getting-started#request-payment-processing (which is linked in the docs too) 

 

Hope that helps!  

To learn more visit the Shopify Help Center or the Community Blog.