#docd
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/api/accounts/retrieve will get you some useful information about the 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.
You can check what it returns here: https://stripe.com/docs/api/accounts/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.
Might not give you everything you want though
OK. I think I tried that a while back, but maybe I need to expand some of the details. For example, one of the data items I want is the Privacy Policy URL, which I have to supply when creating a Billing Portal config.
OK. I'll do a bit more experimenting.