Storefront API third-party payment

mlo
Excursionist
17 0 4

Hey everyone!

I was wondering if it possible to user another payment than webUrl, stripe or others...? 

I'm currently building a project for a client using Next.js and I need to use payGreen as payment service. 

payGreen is not available as module in spotify.

Is this possible to do this? 

 

Many thanks for your responses!

Replies 3 (3)

mlo
Excursionist
17 0 4

So, I manage to create a checkout with shopify then create a payment with the payGreen API. 

Then, once the payment is finished (succeed or refused), a `returned_url` send the user to the app. 

The thing I want to know is that I want to complete the order in shopify. Should I use checkoutCompleteFree mutation ? 

Thanks!

flutter-mstore
Shopify Partner
1 0 1

hi mlo, so did you use checkoutCompleteFree ?

jjAbal
Visitor
2 0 0

Did you manage to fix this issue, if so, how did you do it?