#marve

1 messages · Page 1 of 1 (latest)

sacred solarBOT
fringe cloud
#

Hi! Let me help you with this.

#

Could you please share a screenshot where you see this text?

flint hollow
#

Right below country, when my options are:
const options = {
setup_future_usage: 'off_session'
business: "RocketRides"
};

#

From the stripe docs business name is: 'The name of your business. Your business name will be used to render mandate text for some payment methods'.

fringe cloud
#

Is it just empty there?

flint hollow
#

O no, its my business name from my stripe account, just wanted to show where it was

fringe cloud
flint hollow
#

I also tried that

#

But its not changing it

#

Background: im using react and passing options like this:
<Elements stripe={stripePromise} options={options}>

fringe cloud
#

I think this exact text is using your Stripe Dashboard business name

flint hollow
#

But business name should change it cause the text im seeing is the mandate

#

I guess ill have to do something like terms[card]='never'

#

Cause this is a marketplace, I wanted to make sure I could display the sellers name

fringe cloud
#

Are you using Stripe Connect?

flint hollow
#

Yes

fringe cloud
#

What kind of charges are you using?

flint hollow
#

Actually, this isnt doing anythign either: terms: { card:'never'},

#

Im using direct

fringe cloud
#

Direct charges will use the name of the Connected account then. Isn't it what you're looking for?

flint hollow
#

Yes but im seeing the text I sent before in paymentelement with the name of my company, would like to be able to customise the text

fringe cloud
#

my company

#

You mean the Platform account?

#

Could you please share the PaymentIntent ID pi_xxx?

flint hollow
#

Yes sorry, platform account (im in test mode)

#

Let me check

fringe cloud
flint hollow
#

O really? Is it because im passing the options like this then:
<Elements stripe={stripePromise} options={options}>

#

I think im mixing the two options elements

#

Indeed, all fixed! Created a new options object:
<PaymentElement options={options}/>
Im so sorry, this was such a stupid mistake from my part

fringe cloud
#

Sorry for delay. No worries, this wasn't obvious actually.