#khushbu-bank-refunds
1 messages · Page 1 of 1 (latest)
in test environment, for all charge Id am getting "paid" , immediately after creating subscription - any pay by bank.
I need an example Charge ID (ch_xxx) to understand what's going on. Can you provide one?
ch_3KnciKAkalZK2WUU0KR9pnIm
That was a payment made by a credit card
py_3Knd6JAkalZK2WUU18gjvtyC
But if user cancel and want refund before 4 days (we didn’t receive payment yet), How we can handle this scenario.
You'd just create the Refund anyway, which may result in a reversal
Should do yep
I am still not sure for live how it can be handle
Have you tried testing it?
yes test mode is fine 🙂
because payment showing success
in live , for pay by bank , in 2 to 3 days. payment will not be success full.
right?
so we are thinking on that, how this can be handle
There are test bank details you can use to test this scenario: https://stripe.com/docs/payments/bacs-debit/accept-a-payment#testing
108800 90012345 will succeed after 3 minutes, for example
So in that window you can attempt to create the refund
great let me check