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.
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
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?
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 .
Comments
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.
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
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.
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
We do use Stripe Radar, it helps to check clients and create various payment rules.
Wow, very high rates: 5% + 50¢. This is outrages.
Do you use it only for 3DS automation or some more advanced screening? Does your pricing is 0.02 per transaction?
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.
They are acting as a MOR so that explains the higher rates .
Yes we do use 3DS so this way card payments are secured against fraudulent transactions.