#sahararad
1 messages · Page 1 of 1 (latest)
Hi there!
If you want to test your Stripe integration, you should only do so in test mode.
https://stripe.com/docs/testing
Don’t use real card details. The Stripe Services Agreement prohibits testing in live mode using real payment method details. Use your test API keys and the card numbers below.
i am familiar with the test card but sometime we want to test the funnel End 2 End to mimic certain behaviour. is there no option to "void" the transaction? before having to refund it?
One option is to place a hold on the card, and never capture the funds. But like I said you shouldn't be testing your integration in live mode.
i know, and we barely need to to that.
just looking for a solution for rare cases where we want to mimic thos scenarios in live mode.
is it possible to maybe attach a permanent discount or coupon to a certain user or payment method so at least the amount will be the minimal amount and we won't have to refund it at all ?
I shared with you one option: place a hold on the card and never capture the funds. If you are not familiar with this, you can learn more about it here: https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
thanks Soma! i'll look into it!