aseow155
Forum Replies Created
-
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] FPX – Local Payment Method“id”: “pi_1Gie62JfSHH7VyfE2l0L6H4n”,
“payment_method”: {
“id”: “pm_1Gie63JfSHH7VyfEgQE0cYZ5”,“livemode”: true,
“next_action”: null,
“status”: “requires_payment_method”, <- found it
“amount”: 19700,
“amount_capturable”: 0,
“amount_received”: 0,
“application”: null,
“application_fee_amount”: null,it does say “requires_payment_method” But it jumps to my thank you page, even customer click “cancel” at the bank login page
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] FPX – Local Payment MethodHi Mr Clayton,
here is a snippet of the log:
“object”: “payment_intent”,
“last_payment_error”: {
“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”: {it doesn’t show “requires_payment_method”
how should I set it? thanks!
Forum: Plugins
In reply to: [Payment Plugins for Stripe WooCommerce] FPX – Local Payment MethodHello Mr Clayton, thank you for creating the FPX add on for Stripe PLugin.
However, i found that, when user tries to pay with FPX, but they “cancel” the transaction before the payment is completed, they will be redirected to the thank you page. Which is not supposed to this way.
Can you look into this?