#ricoswann_unexpected
1 messages ยท Page 1 of 1 (latest)
๐ Welcome to your new thread!
โฒ๏ธ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question. Thank you for your patience!
โฑ๏ธ We automatically close idle threads, which makes them read-only. Make sure you stick around to chat in realtime! If this thread is closed and you have another question you'll need to start a new thread.
๐ This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1214671516243857468
๐ Have more to share? You can add more detail below, including code, screenshots, videos, etc.
Just as added context, we have processed several million dollars of payments and this is the first time we have encountered this issue. Or at least the first time it has been reported to us by one of our connect customers
Hello ๐
Sorry for the delay, can you share the request ID where you're seeing this error?
https://support.stripe.com/questions/finding-the-id-for-an-api-request
Thanks, here is one of them: req_uvdGdZG7sdxC7x
And here is another: req_o3dCaGsd8FNW1A
So for: https://dashboard.stripe.com/logs/req_uvdGdZG7sdxC7x
You used following PaymentMethod: pm_1NaGt7G3ZxgN8JF7GdI1G3qB
and used on_behalf_of => acct_1OmktbQGuTSljtLY
That payment method was saved by confirming this PaymentIntent request: https://dashboard.stripe.com/logs/req_76n44UyfJvP5M4
But that payment intent was created on_behalf_of => acct_1NEPVg4RSNwSHJfQ
https://dashboard.stripe.com/logs/req_hNFq7Enz2hPv37
So the mandate was set up for acct_1NEPVg4RSNwSHJfQ only
Ah, I see what happened. I remember that this customer wished to be disconnected from Stripe and unfortunately our admin did this in the wrong way by rejecting their account. So they had to sign up again...but hat would mean all of the payment methods we have stored for them are not valid for their current account.
Thanks for the help, that solves it.