Retrieve a Refund Request
Use this endpoint to retrieve the details of a specific refund request.
GET
Retrieve a Refund Request
Autorizaciones
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Parámetros de ruta
Unique identifier of the refund request (UUID format).
Respuesta
Refund request details retrieved successfully.
Unique identifier.
Ejemplo:
"019c96a0-0c6b-7166-8510-b262039b4838"
Original transaction ID.
Ejemplo:
"E12345678202411241430ABCDEFGHIJK"
Refund amount.
Ejemplo:
"150.00"
Current status.
Opciones disponibles:
OPEN, CLOSED, CANCELLED Ejemplo:
"OPEN"
Analysis result.
Ejemplo:
"TOTALLY_ACCEPTED"
Ejemplo:
"2024-01-15T10:30:00Z"
Ejemplo:
"2024-01-15T10:30:00Z"

