#davor0000
1 messages · Page 1 of 1 (latest)
There's CSV export in Dashboard: https://dashboard.stripe.com/test/connect/accounts/overview
But not sure if you get the statement descriptor field(s)
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
If not, use the API directly
I don't see it in the custom fields for the export in the dashboard, nor in the response object when fetching account through api
Would depend on the account type I think, but should be nested in settings hash: https://stripe.com/docs/api/accounts/object#account_object-settings-payments-statement_descriptor
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.