#pmac16-connect-webhooks

1 messages · Page 1 of 1 (latest)

stray raft
#

Do you have the Payment Intent ID so I can take a look?

pastel lava
#

pi_3JoYEeIR5yrcMdjo12lFHMmq

stray raft
#

I think I see the issue here - the connected account in question is connected to your platform in live mode (which allows for both alive and test mode requests). However, since it's connected only in live mode any events that occur for that account will only be sent to a live webhook endpoint.

pastel lava
#

Ahh, that makes sense! Thank you so much.

#

Sorry, follow up question. We also had created one connected account under test mode. If we use account ID for that account in Stripe header, will send the webhook event?

stray raft
#

Yes, that one should send the event to your test webhook as long as it's connnected in test mode

pastel lava
#

Thanks!

stray raft
#

Copying your question here:
Hello, running into an issue with 3DS testing. We take final payment from a customer using "off session" payment. When we use the 3DS test card to test this scenario (4000000000003220), it gets declined with the error code 'authentication_required.' Is this because the Radar rules are being fired for this test card?

pastel lava
#

Thanks for copying it- sorry about that.

stray raft
#

For this payment intent did you pass in off_session: true? If so, that's why you're seeing that error. When a payment requires additional actions (like authentication) but is done off session, we fail the payment since the customer is not on session to complete authentication

pastel lava
#

So even if the first payment is done with 3DS while the customer is on session, they would need to also be on session for their second payment? (There is no way to do 3DS off session?)

stray raft
#

With that specific card, 3DS is always required so there would be no way for you to make a payment with it that is fully off-session. For most cards, if you set them up for future payments (with a setup intent) that grants them an exemption to not require authentication for future off-session payments. However, this exemption can always be rejected by the bank

pastel lava
#

Ok thank you

pastel lava
#

Is there another test card ID that would allow 3DS with Set Up Intent and off session to true?

stray raft
#

Yup! let me grab it

#

You want the 4000002500003155 test card