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