Re: Stripe.com payment integration module
Quote:
Originally Posted by
split63
I have been looking for an Alternative to PayPal. Added Zelle, that works okay, but is more work for us to follow up and remind customers to pay. Looking at Stripe. I have heard reviews speak of PayPal and Stripe, freezing funds in accounts.
I just discovered this new one:
https://www.deposyt.com
It looks very new...as in a start-up. I can't really tell if its a future option. They want a consultation to begin...WTF?
Never heard of that one, my experience of ones who want a consultation to begin with are they want you to pay extra for services you may not need.
Re: Stripe.com payment integration module
Quote:
Originally Posted by
marton_1
Never heard of that one, my experience of ones who want a consultation to begin with are they want you to pay extra for services you may not need.
The Stripe company has denied distributing my Stripe module for Zen cart.
Even if it's free.
I've already erased my site and modules.
:(sorry.
Re: Stripe.com payment integration module
Quote:
Originally Posted by
Gozzandes
The Stripe company has denied distributing my Stripe module for Zen cart.
Even if it's free.
I've already erased my site and modules.
:(sorry.
First time I heard about anything like this, there must be very many third-party stripe plugins.
Re: Stripe.com payment integration module
Quote:
Originally Posted by
Gozzandes
The Stripe company has denied distributing my Stripe module for Zen cart.
Even if it's free.
I've already erased my site and modules.
:(sorry.
They stopped you from distributing it on your own website?
Re: Stripe.com payment integration module
Quote:
Originally Posted by
strelitzia
They stopped you from distributing it on your own website?
The stripe prohibited to sell/give to others without Stripe company's permission.
Re: Stripe.com payment integration module
Quote:
Originally Posted by
Gozzandes
The stripe prohibited to sell/give to others without Stripe company's permission.
I got a permission from Stripe company in Japan.
and It's downloadable now.
:D
Re: Stripe.com payment integration module
Quote:
Originally Posted by
Gozzandes
I got a permission from Stripe company in Japan.
and It's downloadable now.
:D
Hurrah!
Works fine for me.
Re: Stripe.com payment integration module
getting this error during checkout...
Error Must provide source or customer.
any ideas?
Re: Stripe.com payment integration module
Quote:
Originally Posted by
johnniejetski2
getting this error during checkout...
Error Must provide source or customer.
any ideas?
At least, the zen cart version.
and Error details
Re: Stripe.com payment integration module
Thanks for updating the Stripe integration. A couple of requests for the next update:
- Don't update includes/database_tables.php - put a file in includes/extra_datafiles that defines the Stripe table.
- Don't update includes/init_includes/init_header.php - put your changes in includes/init_includes/overrides/init_header.php
- In your change to includes/templates/YOUR_TEMPLATE/templates/tpl_checkout_confirmation_default.php you have included references to the old mobile detect stuff that should be removed - newer templates like Bootstrap don't use that.