Skip to main content
GET

Response

string
Describes the result of the fetch operation.
boolean
Indicates whether the transfer retrieval was successful.
object
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 store transferReference on initiation.
βœ… Use this endpoint to build status update flows for your users.
βœ… Combine with webhook events for more resilient tracking.