refundInstructions
Retrieve refund instruction
Use this method to retrieve information about a refund instruction.
To retrieve a refund instruction, you need its refundInstructionId. Our gateway returned the refundInstructionId in the response of the Submit Refund Instruction method.
Our gateway returns the status of the refund instruction. If the payment device completed the refund instruction, the response also includes a link to the refund.
get/refund-instructions/{refundInstructionId}
Path parameters
refundInstructionIdstring required
Unique identifier that we assigned to the refund instruction.
Headers
Authorizationstring required
Bearer authentication
Response
Successful request. Returns the current status of the requested refund instruction.
Changes
No recorded changes to this endpoint across all 1 revision of this API.