Storefront API third-party payment

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!

1 Like

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!

1 Like

hi mlo, so did you use checkoutCompleteFree ?

1 Like

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