FPX bounce back to merchant
-
Credit cards work fine. But with FPX, for some reason FPX bank transfer page bounces user back to Stripe and in turn bounce me back to my site with an error. Here’s part of the log:
“code”: “payment_intent_authentication_failure”,
“doc_url”: “https://stripe.com/docs/error-codes/payment-intent-authentication-failure”,
“message”: “The provided PaymentMethod has failed authentication. You can provide payment_method_data or a new PaymentMethod to attempt to fulfill this PaymentIntent again.”,
“payment_method”: {
“id”: “pm_1IDSAFDa8PeY7brvGFc4sKNg”,
“object”: “payment_method”,
“billing_details”: {
“address”: {
“city”: null,
“country”: null,
“line1”: null,
“line2”: null,
“postal_code”: null,
“state”: null
},
“email”: null,
“name”: “Ruoh Chiew”,
“phone”: null
},
“created”: 1611569959,
“customer”: null,
“fpx”: {
“account_holder_type”: “individual”,
“bank”: “maybank2u”
},
“livemode”: true,
“metadata”: {
},
“type”: “fpx”
},
“type”: “invalid_request_error”
},Do you have any idea what could be wrong? I have been working wit Stripe about this. Both of us went through the logs line by line. And could not tell what went wrong.
You plugin works fine on my two other sites zhouruopeng.com and dajiang.com.my.
Do you have any idea what could’ve caused such error? Thank you.
The page I need help with: [log in to see the link]
- The topic ‘FPX bounce back to merchant’ is closed to new replies.