#Doge-dispute-testing
1 messages · Page 1 of 1 (latest)
Hello! We offer a variety of test cards (see https://stripe.com/docs/testing#disputes) to simulate a disputed paymnet
great, thank you very much!
just to confirm, these work for payment intents, correct?
Yup! They should work fine with payment intents 🙂
I see, is there a delay when the test dispute happens because I made a test payment using one of the above cards but it's still in a success state
Do you have the payment intent ID i can check?
yes, pi_3K48xPDSR3PVsRbH2N60uSbp was created with the 4000000000000259 test card
Quick question - what happens when you use a diferent card like 4000000000001976
I tried that card too: pi_3K493TDSR3PVsRbH18NbFgBe still in a success state
is the test "dispute" supposed to be instant or is there a delay?
OH! Can you try without passing capture_method: manual
sure, gimme a sec
created pi_3K49DrDSR3PVsRbH0AVRUZ5I & pi_3K49EzDSR3PVsRbH0onrRdao without 'capture_method' => 'manual' but not seeing any disputes yet
Strange... let me do some digging
oh, I got it to work by also disabling 3ds
Ah perfect, I was just about to ask you that
the following setting was preventing the auto-disputing
'payment_method_options' => [
'card' => [
'request_three_d_secure' => 'any',
]
]
With 3DS, I believe the only test card you can use for disputes is 4000000000002685