PAYMENT SCENARIOS
After the Payment
Refund and cancel payments
10min
learn how to cancel or refund a payment you can cancel a payment before it’s completed at no cost or you can refund all or part of a payment after it succeeds, which might incur a fee check out our pricing page for more information refunds use your available stripe balance (not including pending amounts) if your available balance doesn’t cover the amount of the refund, stripe holds the refund as pending until your stripe balance becomes sufficient you can resolve a negative stripe balance by collecting payments or topping up your account balance in regions where applicable, stripe might debit your bank accounts automatically to recover a negative stripe balance refund requests we submit refund requests to your customer’s bank or card issuer successful refunds appear on the bank statement of your customers in real time, depending on the card network and issuing bank disputes and chargebacks aren’t possible on credit card charges that are fully refunded if all of the following conditions apply, we send an email to your customer notifying them of the refund the original charge was created on a customer in your stripe account the customer has a stored email address you enabled email customers for refunds in the dashboard you can view your refunded payments in the dashboard issue refunds you can issue refunds by using the refunds api or the dashboard you can issue more than one refund against a charge, but you can’t refund a total greater than the original charge amount to refund a payment using the dashboard find the payment you want to refund in the payments page click the overflow menu () to the right of the payment, then select refund payment by default, you’ll issue a full refund for a partial refund, enter a different refund amount select a reason for the refund if you select other , you must add a note that explains the reason for the refund click refund alternatively, you can click on a specific payment and issue a refund from its details page you can also send refund receipts automatically or manually send a receipt for each refund refund destinations refunds can only be sent back to the original payment method used in a charge you can’t send a refund to a different destination, such as another card or bank account refunds to expired or canceled cards are handled by the customer’s card issuer and, in most cases, credited to the customer’s replacement card if no replacement exists, the card issuer usually delivers the refund to the customer using an alternate method (for example, check or bank account deposit) in rare cases, a refund back to a card might fail for other payment methods, like ach and ideal, refund handling varies from bank to bank if a customer has closed their method of payment, the bank might return the refund to us—at which point it’s marked as failed handle failed refunds a refund can fail if the customer’s bank or card issuer can’t process it for example, a closed bank account or a problem with the card can cause a refund to fail when this happens, the bank returns the refunded amount to us and we add it back to your stripe account balance this process can take up to 30 days from the post date when using the api, a refund object’s status transitions to failed and includes these attributes failure balance transaction the id of the balance transaction representing the amount returned to your stripe balance failure reason the reason why the refund failed these reasons include in the rare instance that a refund fails, we notify you using the refund failed event (see all refund related events) if this occurs, you need to arrange an alternative way to provide your customer with a refund if your platform uses connect with destination charges, funds from a failed refund deposit to your platform account’s stripe balance cancel a refund depending on the type of refund, you might be able to cancel a refund before it reaches the customer some card refunds support cancellation for a short period of time the refund must not have been processed as a charge reversal only dashboard cancellations are currently supported for card refunds for some payment methods, stripe reaches out to the customer to collect banking information before processing the refund you can cancel these refunds while banking information hasn’t been collected both the api and dashboard cancellations are supported for this type of refund canceled refunds transit to a canceled status as cancellations are a type of refund failure, the attributes failure reason and failure balance transaction are included on the refund if your platform uses connect with destination charges, funds from a cancelled refund deposit to your platform account’s stripe balance to cancel a refund using the dashboard find the payment associated with the refund in the payments page click the overflow menu () to the right of the payment, then select cancel refund if there are multiple partial refunds, select the correct refund in the dropdown confirm the refund cancellation by selecting yes, cancel refund alternatively, you can click a specific payment and cancel the refund from its details page refund and reversal some refunds—those issued shortly after the original charge—appear in the form of a reversal instead of a refund in the case of a reversal, the original charge drops off the customer’s statement, and a separate credit isn’t issued ic+ users might see a difference in cost between reversals and refunds because reversals usually incur lower network fees to verify if a refund goes through as a reversal on the dashboard open the payment details page of the payment associated with the refund in the timeline, click view details on the refund entry if it’s a reversal, a corresponding message displays trace a refund after you initiate a refund, stripe submits refund requests to your customer’s bank or card issuer your customer sees the refund as a credit approximately 5 10 business days later, depending upon the bank a customer might contact you if they don’t see the refund a refund might not be visible to the customer for several reasons refunds issued shortly after the original charge appear in the form of a reversal instead of a refund in the case of a reversal, the original charge drops off the customer’s statement, and a separate credit isn’t issued refunds can fail if the customer’s bank or card issuer has been unable to process it correctly the bank returns the refunded amount to us and we add it back to your stripe account balance this process can take up to 30 days from requesting the refund if a customer is asking about a refund, it can be helpful to give them the primary reference number corresponding to the refund for card refunds, it can be an acquirer reference number (arn) , system trace audit number (stan) , or retrieval reference number (rrn) an arn, stan, or rrn is a reference number assigned to a card transaction as it moves through the payment flow for local payment method refunds, it can be a reference number generated by stripe or our financial partners which is propagated to the beneficiary banks or institutions your customer can then take this reference to their bank, which can provide more information about when the refund is available having a reference number can also increase your customer’s confidence that the refund has been initiated refund references are available under the following conditions they’re supported for some financial partners, and marked as unavailable otherwise it takes up to 7 business days after initiating the refund to receive the arn from downstream banking partners an arn isn’t available in the case of a reversal, since the original charge isn’t processed for card networks that don’t support arns, we attempt to provide other references such as system trace audit number (stan) or retrieval reference number (rrn) to find the reference of a refund using the dashboard open the payment details page of the payment associated with the refund in the timeline, click view details on the refund entry where available, stripe shows the arn or stan on the clipboard cancel a payment you can cancel a payment using the dashboard only when its status is uncaptured to cancel a payment with other statuses, you must use the api to cancel uncaptured payments using the dashboard find the payment you want to cancel in the payments page click the overflow menu () to the right of the payment, then select cancel payment select a reason for canceling, and click yes if you select other , you must add a note that explains the reason for canceling the payment refund events stripe triggers events every time a refund is created or changed some other actions, like reviews closing, also trigger events that are relevant to refunds make sure that your integration is set up to handle events you must also build internal logic for notifying customers or your team about the state of the refund process at a minimum, stripe recommends that you listen for the refund created event the following table describes the most common events related to refunds cost optimization if your business processes a large volume of refunds close to the time of transaction, we recommend using manual authorization and capture to reduce your refund costs manual authorization and capture lets you better control costs by canceling payments before they are captured, or by reducing your captured amount rather than processing a refund