#alluring_tiger_61182
1 messages · Page 1 of 1 (latest)
Hello alluring_tiger_61182, 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.
• alluring_tiger_61182, 4 days ago, 15 messages
• alluring_tiger_61182, 4 days ago, 2 messages
https://stripe.com/docs/api/charges/object#charge_object-receipt_url receipt_url is available the PaymentIntent's latest_charge object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hi, but i am not able to retrieve it for a Connected account.
Why?
I can retrive for payments made to my main account.
But when i try retrieve for a pi that is on a connected account, it returns empty
Is it because my STRIPESKKEY does not allow me to query pi's that are made to a Connected Account?
You should specify a stripe_account in the request.
By specifying a stripe_account, you are telling Stripe that you want to make an API call on behalf of a connected account. You can refer to this doc to learn more about making API request for connected account (https://stripe.com/docs/connect/authentication)