#BruceWayne
1 messages · Page 1 of 1 (latest)
Do you have a payment intent that I shall take a look at?
I am now using test mode
wait
"id": "py_3NKcBHILBklWVE7i1QN7TIYL",
I have simulated the payment failure scenario. After the payment failure, can this order still continue to pay? For example, change to another bank card, or the order has expired and the customer cannot continue to pay?
Yes you can, and that's why the PaymentIntent status is requires_payment_method
You can retry the payment with a different payment method. See paymentIntent lifecycle here https://stripe.com/docs/payments/paymentintents/lifecycle
Learn how PaymentIntents work within the payment flow.
I understand that unless I cancel this order, the customer can continue to pay
If the customer pays maliciously, will you take the initiative to cancel the order? Suppose the customer pays hundreds of times and the payment fails. Can it still continue to pay?
Yes you are right, your customer can continue to pay until the payment is succeeded or canceleed
There is another situation, such as malicious payment by the customer, and the payment still fails after hundreds of attempts. Will you take the initiative to cancel this transaction? or can it continue to pay
Then you can set your own Radar rule to block such payments.
If I set a Radar rule, when the rule is punished, will you take the initiative to cancel it for me?
If so, this order can no longer be paid, right? what will its order status be
No. Stripe won't cancel the rules on behalf of users. You can learn morea bout Radar here https://stripe.com/docs/radar/rules
OK