#devwebis - collect CC info
1 messages · Page 1 of 1 (latest)
Hello, are you talking about collecting info from a custom page of yours? Or like manually entering the details yourself?
@vocal whale Are you still looking for help on this?
Hi @lone field yes, i was on the phone hence didnt reply
No worries, just checking in
my use case is like this: my client has a wechat mini program, the wechat 's policy is to only allow the authorized domain in the mini program. And because of that, the stripe hosted form is not going to work.
The workaround i can think of is: collect CC info and send to woocommerce to process
So my question is: can i send the CC info to stripe and charge the payment? @lone field
If you are using Woocommerce, you will actually want to reach out to Woo to ask about their capabilities here. Stripe doesn't develop their integration so unfortunately I don't know much about if they support custom domains or custom pages like that
I only know about things Stripe develops, we actually do allow you to use custom domains for our hosted pages or to create your own custom page to collect and charge cards. I will send the docs in case you decide to work directly with Stripe down the line, but Woo will know what you can do here with their Stripe integration better than I do.
Custom domains with Checkout https://stripe.com/docs/payments/checkout/custom-domains
Building a custom payments page: https://stripe.com/docs/payments/accept-a-payment?platform=web&ui=elements
Thanks for the info. The custom payments page is still using the stripe.com domain which is not suitable in my case.
Hi there, stepping in for Pompey as they needed to step away.
A custom payments page means you embed Stripe Elements in your own webpage
But the custom domains with checkout is interesting. What happens after i set it up? Any example?
So it would be your own domain
it my own down, but the form requires js.stripe.com
We don't have an example really of custom Checkout domains that I know of.
Do u know if i add the custom domain, will there still be js.stripe.com reference?
On the Checkout page itself?
Nothing changes on the way Checkout works except that the domain is different. It would still call js.stripe.com.
Can you give me an example of stripe checkout you are referring to?
Sorry, no. We're still in testing.
Preview some of the features available in our prebuilt, hosted payment page.
is it this?
Yep
ok
OK, both solutions mentioned above are not what i am looking for. Because both of them needs to load js file from js.stripe.com
My requirement is a solution that only use custom domain
Can you share your insight on this?
In that case you would need to handle credit card details yourself which we highly don't recommend.
It would mean a high PCI burden for you
It seems to be the only option according to wechat mini program. Wechat wants us to verify ownership (by download a txt file) for all the domains we use, which i have no way to add a txt file into js.stripe.com. Hence i can't use anything that has js.stripe.com
the only solution is that, we send the CC details to stripe on server side. Does strip support it?
Yes we support it but don't recommend it. You would want to reach out to our Support team for information about how to get it enabled for your account.