#asim_1
1 messages · Page 1 of 1 (latest)
Hello! 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.
- asim_1, 1 hour ago, 14 messages
- asim_1, 1 day ago, 91 messages
- jim-connect-setup-pm, 5 days ago, 27 messages
Do you have a Request ID for the request that says that?
Here's how you can find a request ID: 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.
req_l6oMnygA5WwBuP
So the request was made on this account --> acct_1OS59fC3fRpXjzyo
But the Setup Intent you created was made on this account --> acct_1OSa5uC0wiqTfzk5
So the Setup Intent was created on your Connect account, but you're trying to access it on your platform account
so I need to include the connect account id in my PaymentIntent::create method?
Yes
This request is a GET request to retrieve the Setup Intent and it still doesn't have the connect account ID
Got it. Had to include it in my Android app api call.