Skip to main content
GET

Response

message
string
Describes the result of the fetch operation.
success
boolean
Indicates whether the transfer retrieval was successful.
data
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.