#PeterSudor
1 messages ยท Page 1 of 1 (latest)
Hello
Hey ๐
Yep so on_behalf_of is the correct thing to use here to get the Connected Account's Statement Descriptor.
However, I'm not sure I understand the failure you are experiencing - you shouldn't need to change anything client-side here
Can you provide me the exact error?
yes
do you have access to payments by ID?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Yep that works one sec
Hey @late dove are you still with me?
Yep still looking
Server is busy so helping others as well. I'm getting a second pair of eyes here though since that PaymentMethod does look like it was set up fine on the platform
So shouldn't have declined with auth_required as far as I know
oh thats good, thanks, I'm waiting
Okay so actually here it looks like you are using the 3220 test card which always requires 3DS no matter how it was set up
Try using 4000002500003155
you mean card which I used will fail anyway for recurring payment?
Correct since that payment was off_session but the card you used always requires 3DS regardless of how it was set up
If you use the 4000002500003155 test card and set it up via a SetupIntent on your platform then it will be able to properly process an off_session charge on your Connected Account after being cloned
Just tried this card and it working, but it not showing payment descriptor on test 3d secure page
but 3220 showed it
any ideas why?
Hmm can you give me the SetupIntent Id that you tested with?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
this payment
is it what you need?
it is window from 4000002500003155
So that is the payment on the Connected Account which didn't go through 3DS. The authentication here actually happens based on your platform SetupIntent
Did you set on_behalf_of?
and this is same flow but 4000000000003220
yes on_behalf_of is configured
for both cases
same build on our backend
just diferent cards
Okay we are seeing the same thing.
Checking one more thing
Okay seems like we may just not support this well for our 3DS2 test cards. I'll file a ticket internally to get this fixed.
However, this should not be an issue in live mode.
got it, thanks for support ๐
Sure!