#rushikeshRL
1 messages · Page 1 of 1 (latest)
Hi! Can you share the request ID (req_xxx)? Here's how you can find it: https://support.stripe.com/questions/finding-the-id-for-an-api-request
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
we are using test mode with asychronous refund card number
In this scenario, refund status is updated to failed after some time. Can we initiate a refund to charge if previous attempt to refund is failed?
@wanton spruce
Was the first refund request full refund or partial refund?
it was partial
OK, you can create subsequent refunds as long as the total amount is < the original charge amount
we are getting error:
Can you share with me the request ID?
will this work ? req_dM2s1QInVlBJp6
OK. Since the previous refund failed, you can't create a refund for the same charge anymore.
is there any codition like if the failed reasons is this then only subsequent refunds can be created or not
If the refund has failed before, (i.e., the card is cancelled and thus not available) the subsequent refunds will also fail.