#Agoins
1 messages · Page 1 of 1 (latest)
Good question. I don't think this is Stripe configurable but will double check
And just to confirm you are getting that string from this property on the payment method object? https://stripe.com/docs/api/payment_methods/object#payment_method_object-us_bank_account-bank_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.
Sweet, thanks!
And yupp, call BankAccount.getBankName() through the Java SDK
Thanks for confirming. Unfortunately it looks like this isn't configurable on our side so you'll have to write that cleanup code