hi there anybody can hlp me with some stripe questions?
kpsullivan joined the channel
nirojshrestha has quit
nirojshrestha joined the channel
vmayoral joined the channel
ping?
_Eric_
pbarker, I'll help the best I can - I'm not a Stripe employee.
johansglock has left the channel
Bulk joined the channel
_Eric_ is now known as |Eric|
kpsullivan joined the channel
nirojshrestha has quit
ta joined the channel
jdz has quit
jdz joined the channel
nirojshrestha joined the channel
nirojshrestha has quit
ashd has quit
nirojshrestha joined the channel
irctc172 has quit
ta has quit
Bulk- joined the channel
Bulk- has quit
Bulk- joined the channel
Bulk has quit
ta joined the channel
joncram has quit
kpsullivan joined the channel
shammas joined the channel
nirojshrestha has quit
shammas
hello
I have a question regarding placing charges using stripe checkout
I am selling digital downloads and I’m using stripe checkout
so far I’m through to making two calls to stripe after the checkout in order to process payment and take the customer to the download page
joncram joined the channel
but the wait time between the checkout window turning green and receiving the ok is too long
are you familiar with this?
nirojshrestha joined the channel
nicksellen joined the channel
ta has quit
nicksellen
how do I fund my account so I can do a transfer immediately after making a charge?
vmayoral has quit
rdymac has quit
ta joined the channel
rocco88 joined the channel
rdymac joined the channel
shammas has quit
aeed joined the channel
aeed
Hey everyone
Does anyone here have any knowledge in SSL / HTTPS?
|Eric|
Yes.
ta has quit
aracodex123 has quit
aeed
_Eric_ You know how you can purchase SSL certificates? Once you have one, do you actually need to configure anything, or does simply having a certificate protect all data transmissions on your site?
_Eric_ Also, is HTTPS something you can simply activate on cPanel?
|Eric|
aeed, the certificate information must be generated on your server, then you take that to a certificate company and they'll generate an SSL cert for you to install. Depending on what kind of a host you have (shared, vps, dedicated, managed) will dictate the steps required. Check with your host.
That said, it's a pretty straight forward process.
PrplHaz4 joined the channel
aeed
_Eric_ I see, thanks. Is there anything you actually need to code though? For example, will I need to use SSL in my POST transmissions, or with my communications with Stripe? Or does simply installing a cert configure all of that?
|Eric|
Depends on the setup. The most common problem is people using 'http' hardcoded links instead of 'https' when it comes to SSL.
aeed
Do you mean as hardcoded links as in <a> tags?
gladely joined the channel
|Eric|
Yes - websites in general. If there is an 'http' link in the html when you're viewing the site as 'https' it'll display a warning to the website viewer saying there are broken links.
TeddyMurray joined the channel
rickste76 joined the channel
rickste76
Hi there. Any Stripe guru's available to help pls?
TeddyMurray
hey sorry, im having an error and I'm not sure what I changed. "Could not determine which URL to request: Stripe\Charge instance has invalid ID"
i checked the token of the credit card and it matches the dashboard
rickste76, what's your question?
gladely has quit
rickste76
set up Stripe in WooCommerce and tested out with Sandbox enabled. Checkout gives "Invalid positive integer" as an error?
aeed
_Eric_ Okay thanks
TeddyMurray
what are you putting for the amount?
Nic335
rickste76: Is it possible you are giving a double instead of an interger as amount ?
rickste76
test item at value of £0.01
TeddyMurray
yes it needs to be in cents
1500 = $15.00
aeed
_Eric_ How can you determine whether or not your SSL certificate requires coding? Is there anywhere leads you can give me to read?
_Nic335_ I now get this response "Amount must convert to at least 50 pence. $0.10 converts to approximately £0.06." - This is happening even though the test item added to basket is priced at £20.00.
aeed
_Eric_ What's the best SSL cert provider?
|Eric|
aeed, can't say considering it's matter of personal opinion and your needs. FYI aeed my name has changed. Just type "|E" and hit the tab button, and it'll finish my name for you - that way it'll notify me properly in the chat.
yonilevy has quit
aeed
|Eric|: I'm looking for the cheapest provider, with the best acceptance rate for professional businesses. Also, how did you configure your name to do that?
|Eric|
You shouldn't spend more than $12 either RapidSSL or GeoTrust. Type "/nick NAME" without the quotes to change your NICK.
yonilevy joined the channel
aeed
My nickname is now .a
|Eric|: What's the benefit of expensive SSL certificates? They can cost up to hundreds of dollars
|Eric|
Verification, insurance, and communicating that to the website browser. For example, an EV SSL Certificate will go out of their way to make sure your business is legitmate by verifying your business through government documents (articles of incorporation, business license, so on) and then have a green address bar in the browser communicating that to the website viewer.
TeddyMurray
aeed, godaddy has them for 55/year
oh sorry
didnt read
vmayoral joined the channel
|Eric|
aeed, doesn't apply in your case I'm guessing, but if you're a hosting company and want to issue SSL certs you can do that with a more expensive certificate.
dcarper joined the channel
aeed
|Eric|: Would an online store require a higher-grade SSL cert? You're doing payments on a mass scale, so is it worth the investment?
|Eric|
aeed, if you're doing sales on a mass scale then you need to seriously reconsider using cPanel, as SSL certificates are the least of your worries.
aeed
I've never deployed a website before, so I don't know much about any of this. What's wrong with cPanel, and what are some alternatives?
|Eric|
aeed, let me guess, you're on a shared hosting account?
aeed
|Eric|: Haven't set anything up yet. What's the best option?
|Eric|
aeed, I don't want to monopolize the chat since it's off-topic. Send me a private message to continue this conversation.
aeed
|Eric|: Okay
vmayoral has quit
vmayoral joined the channel
aracodex123 joined the channel
vmayoral has quit
vmayoral joined the channel
vmayoral has quit
vmayoral joined the channel
yonilevy has quit
Guat0n has quit
dcarper has quit
Guat0n joined the channel
codegenie has quit
ahi joined the channel
ahi
Hello all
Can someone give me a little direction for where I should be looking in terms of this query
I want to allow a customer to update their credit card details
for an existing cus_
I am not sure how to go about it, as checkout.js requires me to re-add the email once more...