#xfechx
1 messages ยท Page 1 of 1 (latest)
Hi ๐ can you elaborate? Are you referring to the brand of a creditdebit card? If so, that is available if we know it:
https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-brand
https://stripe.com/docs/api/cards/object#card_object-brand
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.
Hello
I am referring to branding options for account
like logo, icon, name of business, etc
Yes, that information is stored on the Account object. Branding settings are located in settings.branding:
https://stripe.com/docs/api/accounts/object#account_object-settings-branding
I believe company.name has the name that you're looking for:
https://stripe.com/docs/api/accounts/object#account_object-company-name
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.