Plain Dev Blog

Showing posts tagged Stripe · clear

Stripe: Pending Updates

Ivalin Venkov ·

Amazing relatively new feature from stripe wihch will help you learn how to handle payment failures when updating subscriptions.

Stripe: Pause Subscriptions

Ivalin Venkov ·

Creating and Updating Stripe subscriptions is one thing, but the ability to be able to Pause them is a whole new level and has so many use cases.

How to install/update Stripe CLI on Ubuntu

Ivalin Venkov ·

Stripe CLI is a great tool that provides a ton of easy to use features from you Stripe Account.

Laravel + VueJS + Ngrok

Ivalin Venkov ·

Being able to run your project fast and easy it’s always been an essential for development.

Retrieve more records than the limit Stripe API

Ivalin Venkov ·

Stripe has one of the best structured and well documented APIs that I’ve worked with, everything you need is easy to access, the documentation is there and searching in it is a breeze.

This payment method was previously used — Stripe Exception

Ivalin Venkov ·

The payment method was previously used Stripe exception, it sounds simple at first but there is a lot more to it.

3Ds authentication with Stripe

Ivalin Venkov ·

3DS authentication, security measure that helps a lot. There are a few ways of doing in Stripe, this is my take on it.