#marcindryka_93018
1 messages · Page 1 of 1 (latest)
The value that you are getting via the API is the statement descriptor for payments that happen on the platform account itself
Looking in to whether it is possible to retrieve the connect descriptor specifically...
If you check Settings.Payments.StatementDescriptor on a connected account, do you see the value that you set in the dashboard?
No, it's value of payment statement descriptor
If I create a connected account with payout statement descriptor I'm able to fetch it with:
connectedAccount, err := client.Accounts.GetByID(connectedAccountID, &stripe.AccountParams{})
accountStatementDescriptor := connectedAccount.Settings.Payouts.StatementDescriptor
but in case it's not set, I would like to fetch the fallback / default value
Gotcha, apologies I misremembered which setting that page set
Unfortunately it looks like that value is not available in the API at the moment on the platform account itself. I can put in a feedback request about surfacing this setting but at the moment it looks like it is not available.
Thanks for your answer!