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