#evi

1 messages · Page 1 of 1 (latest)

vestal gateBOT
safe trench
#

Hi, not sure I follow but where does the Customer belong? the Platform or the Connected Account?

#

You can only generate receipt for Customer in the Stripe Account it belongs to

ripe adder
#

It's the connected account's customer

#

So say bob, the customer, makes a purchase on a Merchant A's connected account to my Platform ABC.

I would like the Stripe receipt to Bob to have Merchant A's name and branding.

Instead, Bob is currently getting a receipt that looks like its from my Platform ABC instead.

safe trench
#

Okie, you can use on_behalf_of. How did you make the purchase?

ripe adder
#

Do you mean how the customer would make a purchase?

safe trench
#

Yes, and which API do you call

ripe adder
#

stripe checkout

safe trench
#

And how do you specify the Merchant A connected account on that Checkout Session?

ripe adder
#

Merchant A's Standard account it connected to the platform via OAuth

safe trench
#

Okie, but at the time you make the Checkout Session, do you specify anything related Merchant A

safe trench
#

Hey, hope this is not confusing to you. I mean when you create a Checkout Session, there is an option on_behalf_of that will allow you to charge the Customer "on behalf of" the Connected Account, meaning using the Connected Account's branding and name on any Invoice generated

pliant field
safe trench