Discussing APIs and development related to customers, discounts, and order management.
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.
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. 😕
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_ahave 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
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?
@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!
Are you using a server to develop or something like ngrok?