#AtalAtal
1 messages · Page 1 of 1 (latest)
What have you tried so far? Can you share the request id with me? 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 center 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.
I am getting the charges. but the paymentIntent is null.
req_P2ci5qItADX5Cj
From looking at your account, it looks like you're making Destination charges on the Platform account. The Payment Intent is on the Platform account, and you'd need to retrieve the https://stripe.com/docs/api/payment_intents/retrieve on the Platform account.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Aren't they related somehow? I need to get the paymentIntent on the platform account, through the charge from connected account.
I recommend that you read through this document. The flow of funs graph is particularly helpful here: https://stripe.com/docs/connect/destination-charges#flow-of-funds-amount
!closeThread.