Cancel refund instruction

Use this method to cancel a refund instruction.

To cancel a refund instruction, you need its refundInstructionId. Our gateway returned the refundInstructionId in the response of the Submit Refund Instruction method.

Path parameters

refundInstructionIdstringRequired>=1 character<=36 characters
Unique identifier of the refund instruction.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successful request. We canceled the refund instruction.

Errors