Skip to main content
GET
Get Transfer
Fetch the latest status and details for a single transfer using its transfer id.

Endpoint

Path Parameters

id
string
required
The transfer identifier returned when the transfer was created or listed.

Response

data.id
string
Internal transfer identifier.
data.reference
string
Your business reference for verification, retry, and reconciliation.
data.amount_minor
number
Transfer amount in minor units.
data.currency
string
Asset or currency code for the transfer.
data.status
string
Current transfer status, for example pending, successful, or failed.
data.bankCode
string
Destination bank code.
data.accountNumber
string
Destination account number.
data.accountName
string
Resolved beneficiary account name.
data.createdAt
string
ISO 8601 creation timestamp.
data.completedAt
string
Completion timestamp when available.

Example Request

Example Response

Common Errors

The reviewed public gateway retrieves transfers by id. Keep using the returned reference for verification, retry, and external reconciliation workflows.

Next Steps

List Transfers

Query transfer history and apply filters

Webhook Events

Subscribe to transfer lifecycle updates