Discussing APIs and development related to customers, discounts, and order management.
Hello team,
i'm just checking with the integration for "Payments App". Regarding transaction being rejected.
User can't retry to checkout using the same items in cart for the same payment app and prompted with the following message
"Your payment can’t be processed for technical reasons. Please try a different payment method."
every time i click on "Complete order", page just does a refresh and we don't receive the transaction from our side,
is this the normal behavior? If so, this can impact our customers experience, as there might be a reason why the transaction got declined the first time, for example due to insufficient funds, and then the user wants to checkout again with sufficient funds but they can't
Appreciate your support on this,
Thanks!
Solved! Go to the solution
This is an accepted solution.
Seems like Shopify updated their API docs to not reject transactions unless transaction is "high-risk payment".
also mentioned in api docs to:
"""
For example, if any of the following conditions are met, then you don't need to reject the payment:
"""
without transaction rejections, customers will be able to retry.
No, issue is still happening
No, issue is still pending
I am missing this feature as well. I think the best way would be if we reject the payment it could try again with the same provider as a new payment session.
Do you have any solution now? I have exactly the same error.
This is an accepted solution.
Seems like Shopify updated their API docs to not reject transactions unless transaction is "high-risk payment".
also mentioned in api docs to:
"""
For example, if any of the following conditions are met, then you don't need to reject the payment:
"""
without transaction rejections, customers will be able to retry.