#andec_
1 messages · Page 1 of 1 (latest)
Hello andec_, we'll be with you shortly! Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
• andec_, 6 days ago, 5 messages
• andec_, 7 days ago, 18 messages
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support site provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Have you tried using the on_behalf_of param as the response suggests?
My apologies we did not see the second half of the message
No worries, I was asking if you got a chance to use on_behalf_of param as the response suggests?
I am the dev on this project with Andrew. I tried to sort it out with on_behalf_of, but I believe that clashes with the transfer_data parameter with destination.
So I have been trying to set up direct instead of destination but keep getting an error about client secrets not matching a payment intent, when they seem to match.
"error": {
"message": "The client_secret provided does not match any associated PaymentIntent on this account.",
"param": "client_secret",
"request_log_url": "https://dashboard.stripe.com/test/logs/req_KbD05m88XuM0SA?t=1698129037",
"type": "invalid_request_error"
}
}```
`req id = req_KbD05m88XuM0SA`
https://stripe.com/docs/connect/authentication#adding-the-connected-account-id-to-a-client-side-application For direct charge, you need to specify the connected account ID when initializing the client SDK.
What error did you get when you were using on_behalf_of ?
just the same error about NZ accounts
request ID?
All good I managed to get it going, it was to do with having transfer_data commmented out, but I thought that was something I had to do for on_behalf_of... I must've misunderstood