I have a question regarding stripe refund behavior. Let's assume that a user requested a refund of amount 300$.
current Stripe balance = 100$ current Bank balance = 100$
I know our refund request will go into the pending state as we have an insufficient balance but Will stripe deduct these 200$ for now and 100$ for later? OR stripe doesn't deduct these 200$ and will deduct 300$ as a whole when our account gets sufficient balance.