Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


Stripe integration
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

Stripe integration

LeviLevi Member

Does anyone has example of stripe checkout integration? I would like to take a look at how webhooks are set. Sepcificaly what hooks are used.

Comments

  • kuroitkuroit Member, Host Rep

    You can try here: https://kuroit.com/pay/

    Once submitted, you'll be redirected to Stripe checkout for payment, and it will force 3DS check as well. We use this for big invoices, and for new clients to avoid fraudulent chargebacks.

    If you have filled in the invoice ID, once payment is made, webhook is fired to notify WHMCS about payment and invoice is marked paid.

    We're currently working on upgrading the experience here, so clients wont have to fill in their card details all the time, and will just need to click "Confirm payment" and pass the 3DS check.

  • tomletomle Member, LIR

    For webhooks it's good to listen to all checkout.* events.
    This was quite helpful for me: https://stackoverflow.com/questions/62882815/when-does-checkout-session-completed-trigger

  • Anyone use Stripe Radar?

  • Implementation for Stripe in Fossbilling don't think it uses Radar

    https://github.com/FOSSBilling/FOSSBilling/blob/main/src/library/Payment/Adapter/Stripe.php

  • @eris said:
    Implementation for Stripe in Fossbilling don't think it uses Radar

    https://github.com/FOSSBilling/FOSSBilling/blob/main/src/library/Payment/Adapter/Stripe.php

    I analyzed this previously. They use pure API, without webhooks. Kinda limited implementation.

    Radar is more advanced tool and is paid feature. I believe even WHMCS, Hostbill does not support it.

  • v3ngv3ng Member, Patron Provider

    @LTniger said:
    Anyone use Stripe Radar?

    Yes we do, works fine so far.
    But we're currently looking into https://www.lemonsqueezy.com and will most likely migrate to them once they implement full CRUD API support

  • WebProjectWebProject Host Rep, Veteran

    @LTniger said:
    Anyone use Stripe Radar?

    We do use Stripe Radar, it helps to check clients and create various payment rules.

  • @v3ng said:

    @LTniger said:
    Anyone use Stripe Radar?

    Yes we do, works fine so far.
    But we're currently looking into https://www.lemonsqueezy.com and will most likely migrate to them once they implement full CRUD API support

    Wow, very high rates: 5% + 50¢. This is outrages.

    @WebProject said: We do use Stripe Radar, it helps to check clients and create various payment rules.

    Do you use it only for 3DS automation or some more advanced screening? Does your pricing is 0.02 per transaction?

  • desperanddesperand Member
    edited February 2023

    Why do you need stripe? You said - that America is your enemy in another topic. Why need to use services from ""enemy""?

  • @desperand said:
    Why do you need stripe? You said - that America is your enemy in another topic. Why need to use services from ""enemy""?

    You are delusional. America is friends with everyone. Stripe is needed for work.

  • v3ngv3ng Member, Patron Provider

    @LTniger said:

    @v3ng said:

    @LTniger said:
    Anyone use Stripe Radar?

    Yes we do, works fine so far.
    But we're currently looking into https://www.lemonsqueezy.com and will most likely migrate to them once they implement full CRUD API support

    Wow, very high rates: 5% + 50¢. This is outrages.

    They are acting as a MOR so that explains the higher rates .

  • WebProjectWebProject Host Rep, Veteran

    @LTniger said:

    @WebProject said: We do use Stripe Radar, it helps to check clients and create various payment rules.

    Do you use it only for 3DS automation or some more advanced screening? Does your pricing is 0.02 per transaction?

    Yes we do use 3DS so this way card payments are secured against fraudulent transactions.

Sign In or Register to comment.