#CalebR - auth flow customization

1 messages · Page 1 of 1 (latest)

fierce kayak
#

Hello. One moment

gleaming gulch
#

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"

fierce kayak
#

Ok hm I'm not sure the customization options here. Let me check with a colleague

gleaming gulch
#

Thanks

fierce kayak
#

Do you use on_behalf_of?

#

So this would need to be a feature request

gleaming gulch
#

Where would I submit a feature request like that?

fierce kayak
#

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

#

And ask that the email be routed to the proper team as a feature request

gleaming gulch
#

Thanks!

fierce kayak
#

No problem!