Query Parameters
The unique identifier of the transfer returned during the initiation phase.
Response
Describes the result of the fetch operation.
Indicates whether the transfer retrieval was successful.
Contains the detailed information about the transfer (e.g., status, amount, beneficiary details, timestamps).
Notes
- This endpoint is used to poll or verify the status of a transfer after itβs been initiated or finalized.
- The
data
field contains all attributes of the transfer including processing status and any errors.
Best Practices
β Always validate and storetransferReference
on initiation.β Use this endpoint to build status update flows for your users.
β Combine with webhook events for more resilient tracking.