#_Alexander_-DOTNET
1 messages · Page 1 of 1 (latest)
You can make the call to PaymentIntent List API, using account header
Thanks, but account header - did u mean connected account id?
yes!
I tried to apply the method described above, but it did not return the data [payments.Data.Count = 0], do I need to specify any other parameters in the options?
var id = "acct_1KLrWmDFbK8Hh58u";
Hi! I'm taking over this thread.
This is a public channel, so I recommend editing your above message to remove your email address.
maybe full screen can help you
Can you share a request ID (req_xxx) for the API call that is not working? https://support.stripe.com/questions/finding-the-id-for-an-api-request
can i look this id like this: payments.StripeResponse.RequestId?
last request was: req_XGINDjnsRQcQII
So if I understand correctly, you have a platform account, and you are trying to retrieve the payment_intents of a connected account?
If so, you need to use the API keys of the paltform account and pass the Stripe-Account header of the connected account. Here it seems you used the API keys of the connected account instead.
We want to receive all payments to this connected account (Express)
List of these payments