#Bright-label
1 messages · Page 1 of 1 (latest)
We need to setup a brand in our name eg) easypayment.com instead of showing stripe.com .
where exactly do you see stripe.com currently? Which products or parts of our API do you use?
We use the Stripe payment ChargeService in code.
Payment,balance,customers,products,reports,connect and more options .
The idea is to use stripes service in our own brand .
We have 100 + customers who will signup under us who will use our brand (stripe ) for receiving payments.
So you're using Connect to onboard accounts?
Yes.
do you use Standard or Express or Custom accounts? if you want a completely whitelabelled solution you'd use Custom, but it's a lot of work to build that whole identity verification experience yourself so I'd discourage it unless you have a large business need and extensive development resources with experience in that area.
We are using STandard version now . We are not getting response from sales team so just thought to check in this forum
I see! But sure, if you want to whitelabel things entirely that's what Custom accounts are for (https://stripe.com/docs/connect/custom-accounts) so I'd start by reading that in detail. It's large change from Standard, impacts your charge flows and payment fees, and if you want to whitelabel the experience, it's a big development lift.
Thank you so much I will have a look.