• Resolved gtechahmed

    (@gtechahmed)


    I can’t activate Radar 2.0 for my stripe account because i am using plugin version 4.0.7 and currently payment don’t meet required integration. Are you working on this update ? Or what should i do if it already compatible.

    Thanks,

    Best Regards,

    The page I need help with: [log in to see the link]

Viewing 15 replies - 16 through 30 (of 33 total)
  • Plugin Contributor royho

    (@royho)

    @santiagi – no issues using Radar on my end. If you think our implementation is wrong, then please propose a fix or point out where we’re doing it wrong.

    I’m just referring to RADAR 2.0! The standard Radar feature works great with the plugin on my end too. Using latest version of wp, wc and plugin. Using standard checkout (element)

    The only implementation requirement left, on the radar 2.0 activation panel is:
    “Save cards using the customer object”
    https://stripe.com/docs/saving-cards

    As far as I understand, this is how the payment process should be done:
    1. Create card/source object
    2. Create Customer object
    3. Attach card/source to customer object
    4. Charge Customer object (instead of card/source)

    Does it make sense?

    Also, it would be nice (as a suggestion) that the .js is loaded on every page, since the guys at stripe have implemented some extra techniques to detect fraudulent activity, not just on the checkout page. Not sure if it would make much difference, but they recommend it… why not follow stripe’s recommendation and add that extra security?

    Regards

    @royho this is the radar 2.0 integration checklist i’m talking about. It’s the actual status of my live account. Last payment was made already using the latest update (4.1.5) https://prnt.sc/jo8efe

    Plugin Contributor royho

    (@royho)

    @santiagi please submit actual fix in code. I will review it. You can contribute here https://github.com/woocommerce/woocommerce-gateway-stripe

    //Seems that you already have a hook. Working for me…

    function ac_force_save( $force_save_source, $customer ) {
        return true;
    }
    add_filter( 'wc_stripe_force_save_source', 'ac_force_save', 10, 2);

    Regards

    @royho Thanks for your suggestion. I have tried your suggestion, after ticking ‘Enable Payment via Saved Cards’, but I don’t get the save payment checkbox. Have I set something else wrong? https://prntscr.com/johy30

    Thanks.

    Plugin Contributor royho

    (@royho)

    @markwsalisbury, you should see this in checkout https://cld.wthms.co/AFrcm4

    dear @royho, please let me understand, if the customer don’t want to save the card for future orders, the radar 2.0 will not work? or need just one time to be checked this option ?

    thank you,

    Plugin Contributor royho

    (@royho)

    @sorinv from what I know so far it only works with “saved” customers. Another words the person checking out has to be using a saved payment method which means they would have had a customer profile created in Stripe. They only need to do it once per payment method if they happen to want to use a different method. But otherwise they only need to login with their account on your site and checkout with either the save payment method or a new method and Radar 2.0 will kick in for them.

    Having said that, I am in contact with Stripe to figure out if Radar 2.0 can work for non saved customer profile. Will know more soon.

    @royho, now make sense. thank you for clarification. I hope Stripe come out with a solution to work without “saved” customers.

    If you get any update please share with us.

    best!

    @royho thanks. I made a new transaction with a different browser, and I saw the tickbox.
    Now I can enable Radar 2, whihc I have done.

    However, the ‘Save payment information to my account for future purchases.’ tickbox does not appear with Chrome 66.0.3359.181 (Official Build) (64-bit) or Firefox 60.0.1 (64 bit). It does work with internet explorer 11.

    Am I the only one?

    Plugin Contributor royho

    (@royho)

    The checkbox is not browser dependent. Remember using saved card to checkout will not see that checkbox. Only when using a new payment method (new card).

    Plugin Contributor royho

    (@royho)

    Ok I confirmed with Stripe that Radar 2.0 only works for “saved” customer objects. But they’re in discussion to see whether they can make it available for guest checkout as well.

    cc @sorinv

    thank you @royho, i hope they return asap with a solution for this.

    @royho Thanks. I now realise, and confirm, that saving cards tickbox in cart is only on offer for my tests when I’m logged in as the store admin on that browser. I suppose that it will only save cards, then, when the customer has an account.

    Thanks.

Viewing 15 replies - 16 through 30 (of 33 total)
  • The topic ‘Upgrade Radar 2.0’ is closed to new replies.