#CalebR - auth flow customization
1 messages · Page 1 of 1 (latest)
Thanks. For the last item, we're initializing the PaymentElement with a business object:
const paymentMethod = elements.create("payment", {
style: this.options.style,
business: {
name: accountName,
},
fields: {
billingDetails: {
name: 'never',
address: 'never',
},
},
});
But the name attribute is not being utilized as expected by the bank account auth flow.
Should be reading "RPay Testing" rather than "Sugar Maple Interactive LLC"
Ok hm I'm not sure the customization options here. Let me check with a colleague
Thanks
Do you use on_behalf_of?
Ah actually looks like on_behalf_of isn't supported here actually: https://stripe.com/docs/api/financial_connections/sessions/object
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
So this would need to be a feature request
Where would I submit a feature request like that?
You can write in to support here: https://support.stripe.com and describe your use-case, like you did here, and request something like this to be added
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
And ask that the email be routed to the proper team as a feature request
Thanks!
No problem!