Yith Woocommerce Subscription - Cancel the subscription billing in Stripe when customer doesn't finish/fail to pay the first payment
https://docs.yithemes.com/yith-woocommerce-subscription/premium-settings/suspension/
There are many defect card to test each response status.
One of these is declined (before we get to thank you page).
4000000000009995 Charge is declined with a card_declined code. The decline_code attribute is insufficient_funds.
If you have time, try these status, it may be useful and reduce confuse each time you touch these test.
https://stripe.com/docs/testing
Use Simply Show Hooks for faster find hook (than grep ?). It shine when we have to narrow down search scope (ie. error page).
There are many defect card to test each response status.
One of these is declined (before we get to thank you page).
4000000000009995 Charge is declined with a card_declined code. The decline_code attribute is insufficient_funds.
If you have time, try these status, it may be useful and reduce confuse each time you touch these test.
https://stripe.com/docs/testing
Use Simply Show Hooks for faster find hook (than grep ?). It shine when we have to narrow down search scope (ie. error page).
Comments
Post a Comment