#marcindryka_93018

1 messages · Page 1 of 1 (latest)

jovial epochBOT
lethal pond
#

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?

dim cairn
#

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

lethal pond
#

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.

dim cairn
#

Thanks for your answer!