refundInstructions
Cancel refund instruction
Use this method to cancel a refund instruction.
You can cancel a refund instruction only if its status is inProgress. To retrieve the status of a refund instruction, use our Retrieve Refund Instruction method.
To cancel a refund instruction, you need its refundInstructionId. Our gateway returned the refundInstructionId in the response of the Submit Refund Instruction method.
delete/refund-instructions/{refundInstructionId}
Path parameters
refundInstructionIdstring required
Unique identifier that we assigned to the refund instruction.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. We canceled the refund instruction.
object required
Changes
No recorded changes to this endpoint across all 1 revision of this API.