Retrieve refund instruction
Retrieve the current status of a specific refund instruction.
Path parameters
refundInstructionId
Unique identifier of the refund instruction.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. Returns the current status of the requested refund instruction.
refundInstructionId
Unique identifier that our gateway assigned to the instruction.
errorMessage
Description of the error that caused the instruction to fail.
link
Object that contains information about a HATEOAS link. If we can’t match a dispute to a transaction, we don’t return a ‘link’ object.
status
Indicates the current status of the instruction.
canceled
– The instruction was canceled before it was completed.completed
– The instruction has completed. Use the link to check the resource.failure
– The instruction failed. Check the error message for more information.inProgress
– The instruction is currently in progress.
Allowed values: