#vasundhara_70376

1 messages · Page 1 of 1 (latest)

tiny salmonBOT
echo pendant
#

Hi there!

#

So you are testing your product in livemode with real cards?

ruby lance
#

yes.

echo pendant
ruby lance
#

we are testing on our live site only.

#

we have few scenarios for which we need to do testing in live environment

#

for example we need to test refunds gets processed in live environment. And to check that we'll have to make live payments.

echo pendant
#

You shoudln't do this. Card network may detect that, and think you are a bad actor, and then may block your payments. Which seems to be what's happening here.
The way to test Stripe is to use test mode with test cards. And if it works it will also work in live mode.

ruby lance
#

but we are not able to test refunds in test mode

#

how can we test refunds functionality

echo pendant