#GeochiNova
1 messages · Page 1 of 1 (latest)
Hi
We don't know a lot about Wordpress here, you probably look for some plugin in the community.
Stripe Elements into Wordpress for Customised checkout without using the Stripe Gateway?
But, you can't use Stripe Elements without passing throw Stripe Gateway in general.
So what would be a way to not pass through Stripe Gateway? Meaning to stay on our site for processing payments through the life-cycle of the signup/checkout with Stripe?
So what would be a way to not pass through Stripe Gateway?
While using Stripe Product, I don't thing so, but when using Stripe you can use Stripe Element in order to include the form in your website... You can alsow set custom domain for Checkout Session, so that your customer remains in the same web domain:
https://stripe.com/docs/payments/checkout/custom-domains
But this strongly depends on what you mean by "Stripe Gateway" if you want to create a whitelabbel experience for your customer you can following the hints above. But if you want to not use Stripe as PaymentProcessor than it's not possible when using Stripe Product.
Well, yes we have Stripe account, and all we want is to have as much to a 100% custom look and feel of clients going through signup process without knowing that they are using Stripe.
Depending on your integration, but when using Checkout Session for example, you can customize it's brand to look like your website (icon, colors...):
https://dashboard.stripe.com/settings/branding
and you can configure custom domain (configure your own domain):
https://stripe.com/docs/payments/checkout/custom-domains
So that your customer feels like they are in the same website
Ok, thank you - I'll checkout the links you've provided
By the way, our company is creating niches (different websites) to use the same product in, thus the colour schemes may differ. Does Branding allow for different looks and colors?
our company is creating niches (different websites) to use the same product in
You must use multiple Stripe Accounts, you can't achieve this using a single Stripe Account:
https://stripe.com/docs/account/multiple-accounts#:~:text=You must use,your existing account.
So to understand better, I'll explain first. We have one Company - legal entity. This company has a service, which is an app that allows you to have multiple phone numbers on your mobile phone. We have multiple websites/niches under the same legal entity that may have different look and feel. Creating a new account, does it assume a different legal entity, or just like a subdomain?
For just having multiple website you should have multiple Stripe Accounts as mentioned in the doc I shared above:
https://stripe.com/docs/account/multiple-accounts#:~:text=You must use separate Stripe accounts for projects%2C websites%2C
You can use Stripe Connect for that, multiple Connected Stripe Accounts for single entity behind.
You can check this guide:
https://stripe.com/docs/connect
Great, thank you
Sure!