Skip to main content
GET
Allows customers to check the current status of a fund transfer transaction, including whether it has been completed, is still processing, or has failed.

Request Headers

string
required
The JWT Access Token obtained from the /login or /refresh-token endpoint.
string
required
The date and time at which the request was initiated (ISO 8601 format).
string
required
The IP address of the customer making the request.
string
required
Unique identifier for the interaction/session.

Path Parameters

string
required
The transaction reference number of the transfer to check.

Response

Returns the current status of the transfer transaction.
string
default:"SUCCESS"
Overall status of the API request.
object
Transfer status details.

Code Examples