API Endpoints
Transfer Status
Checks the settlement status of a fund transfer transaction.
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
The JWT Access Token obtained from the
/login or /refresh-token endpoint.The date and time at which the request was initiated (ISO 8601 format).
The IP address of the customer making the request.
Unique identifier for the interaction/session.
Path Parameters
The transaction reference number of the transfer to check.
Response
Returns the current status of the transfer transaction.Overall status of the API request.
Transfer status details.
