#Strandbutler-py-object
1 messages · Page 1 of 1 (latest)
Hello 👋
Object with py_ prefix is a charge object with non-card payment methods.
So you can use this API endpoint
https://stripe.com/docs/api/charges/retrieve
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Hey, I think my issue is, that this py_ is from a connected account. When I just call the charges retrieve endpoint I get a No such charge error
You'd need to use Stripe-Account header for this then
https://stripe.com/docs/connect/authentication
I'll try: --stripe-account acct_…
yup