#Mosh-SD
1 messages · Page 1 of 1 (latest)
Take a look here https://stripe.com/docs/connect/statement-descriptors#set-the-static-component-for-a-connected-account
Same but using Account Update API
Instead of Create Account API, you could use Update Account API instead, but with the same parameters: https://stripe.com/docs/api/accounts/update#update_account-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.