Creating Purchase Tests with Stripe from the Console

Tiempo de lectura: < 1 minutoToday we are going to learn how to generate events for purchase tests with Stripe using the Ubuntu console. The first thing we will do is install Stripe in our console: curl -s https://packages.stripe.dev/api/security/keypair/stripe-cli-gpg/public | gpg –dearmor | sudo tee /usr/share/keyrings/stripe.gpg > /dev/null echo “deb [signed-by=/usr/share/keyrings/stripe.gpg] https://packages.stripe.dev/stripe-cli-debian-local stable main” | sudo tee -a /etc/apt/sources.list.d/stripe.list Update … Read more






