Cancel a Refund RequestCopy Pagedelete https://test.bitpay.com/refunds/{refundId}Facades: merchantError Scenarios Refund is already processing. Refund was performed on a confirmed invoice. Path ParamsrefundIdstringrequiredThe ID of the refund request for which you want to cancel.Query ParamstokenstringrequiredWhen fetching a refund via the merchant facade, pass the API token as a URL parameter - the same token used to create the invoice in the first place.HeadersX-Accept-VersionstringrequiredDefaults to 2.0.0Must be set to 2.0.0 for requests to the BitPay APIX-IdentitystringrequiredThe hexadecimal public key generated from the client private key. This header is optional for this endpoint when using the public facade, and required when using a merchant facade token.X-SignaturestringrequiredThe ECDSA signature of the full request URL concatenated with the request body, signed with your private key. This header is optional for this endpoint when using the public facade, and required when using a merchant facade token.Response 200200Updated 10 months ago