get https://sandbox-api.readyremit.com/v1/transfers//statuses
The GET /transfers/{transferId}/statuses
endpoint retrieves the status history of a specific transfer based on the provided transfer ID. This operation allows you to view the progression of statuses for a transfer.
Implementation Guide:
- Prerequisite: Ensure that the
transferId
parameter is provided to retrieve the status history accurately. - Validation: Validate the request parameter to ensure it meets the requirements for retrieving the status history.