[Payments API] Stuck checkout page

Hello,

We’re developing a Payment APP and everything is ok until the checkout step. But, when I want to pay with my payment app, Shopify does not send any requests to our endpoint which is I set in the “OffsitePaymentProvider” app extension’s “Payment Session URL”. I attached a screenshot below. I got stuck on this screen.


s.png

Also, I check our endpoint and I get the “redirect_url” successfully which is the JSON format Shopify wants. https://shopify.dev/apps/payments/processing-a-payment#response

Shopify does not show any descriptive message after that checkout page stuck situation or whatever it is.

Except this, “Your payment can’t be processed for technical reasons. Try again or use a different payment method”.

Thanks.

I have the same problem. Have you solved it?

Unfortunately no! Shopify does not help with this issue. The support team said that they did not know how to develop applications. :confused:

1 Like

Hi! I am also stuck with this issue. Any updates?

Although I’ve contacted support, I get the same response as everyone around… write on the forum, we are not technical…

Thanks.

@iurii_a have you experienced this issue while developing your payment app? Thanks.

We had similar issue. It’s was related to invalid mTLS configuration, but I don’t know details. Check this https://shopify.dev/apps/payments/general-transaction-requirements#mtls-configuration, probably it will help

@Luke_K Hi! Would you please be able to assist on this one? I experience the same issue, which is currently blocking development. I have attached a screenshot of requests between “Complete Order” click and the checkout error message.

Thank you!

Hi @iurii_a ,

How did you set up mTLS? Can you give detailed information about this? Are you using it in server settings or codes?

Are you using a server to develop or something like ngrok?