Jump to content

Leaderboard

Popular Content

Showing content with the highest reputation on 07/05/2016 in Posts

  1. Cherry

    Stripe Plus Gateway

    Blesta: Stripe (plus) Gateway Forked version of the original Stripe gateway which includes updated offsite storage and ACH payments. Some of the feature/bug requests this updated gateway resolves are listed below: http://www.blesta.com/forums/index.php?/topic/6224-latest-stripe-api-with-blesta-361/ http://www.blesta.com/forums/index.php?/topic/6089-stripe-invoice-number-in-description/ http://www.blesta.com/forums/index.php?/topic/5812-stripe-ach/ http://www.blesta.com/forums/index.php?/topic/5760-stripe-error-401-when-customer-attempts-charge/ Installation Download the latest release version from https://github.com/nodecraft/stripe_plus_gateway/releases and then simply upload the stripe_plus_gateway folder to ~/components/gateways/merchant directory on your Blesta installation. Feature changes from Original Gateway This gateway has been rewritten from the original version which was distributed with Blesta. The major changes are as follows: Only creates one Stripe Customer per Client Contact, rather than one Stripe Customer per Credit Card Only supports offsite card storage, onsite storage is removed Supports ACH payments* Updated Stripe API PHP SDK to version 3.14.2 Utilizes Stripe API Version 2016-06-15 Adds API key environment selection (test vs live) Updated Currency list to Stripe Documentation Does not utilize Blesta's $client_reference_id lookup to Stripe customer ID. This can cause multiple customer accounts if the user deletes all payment methods. Uses added MySQL table stripe_plus_meta Pros: Prevents your Stripe account from having "dead" data by attaching one customer per payment source. This enhances your ability to fight fraud. Added security by preventing payment source information from being stored locally Cons: *ACH Payments by Stripe require "verification" before payments are accepted. Blesta does not provide any methods for this process to take place. You will need to manually verify the bank account with your customer until this is improved or a plugin created. Roadmap: Add ACH verification if Blesta implements methods on Gateway Download: https://github.com/nodecraft/stripe_plus_gateway Issues/feature requests: https://github.com/nodecraft/stripe_plus_gateway/issues
    1 point
  2. It's way too early to know for sure but based on the past, the guys have done a really good job of developing backwards compatibility and making the transition as smooth as possible. I highly doubt you're going to see them publicly discuss anything about 4.1 until 4.0 is out of beta.
    1 point
  3. Nelsa

    Release 3.6.1

    Hi,4.0.xx are bug fixes releases and ment for patch fixes and minor changes of existing releases. New funcionallity you should expect in major releases 4.x.xx. So if new domain menagment is not introduced in 4.0(we already know it will not be in 4.0)than you can expect it in major upgrade 4.1. If I remember correctly they say it will be introduced in 4.1
    1 point
  4. marko

    Change Auto-Logout Interval

    In config/session.php I increased the 'Configure::set("Session.ttl", 7200);' Is that all that I need to do? Thanks.
    1 point
  5. Thank you very much - found it based on your instructions.
    1 point
  6. Try to customize the order view . Plugins/order/view/ then go to the selected template and add you custom code .
    1 point
  7. aaronfitz

    Stripe Ach

    It's possible to accept ACH payments using Stripe https://support.stripe.com/questions/accepting-ach-payments-with-stripe https://stripe.com/docs/api#bank_accounts Has anyone extended the Stripe gateway to do this?
    1 point
  8. I've tried every possible way and now giving up. Afraid will have to give up to Blesta too as piping is crucially important for our project. Could anyone please confirm that piping actually works on the Beta version?
    1 point
×
×
  • Create New...