API Endpoints
Transfer Funds to Bank
Allows customers to transfer funds from their loan wallet to a bank account.
POST
Customers can use this endpoint to transfer funds from their loan wallet balance to a registered bank account.
Request Headers
The JWT Access Token obtained from the
/login or /refresh-token endpoint.Unique idempotency key for the request to prevent duplicate processing.
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.
Must be
application/json.Request Body
The unique identifier (UUID) of the customer making the transfer.
Amount to transfer from wallet to bank account.
The unique identifier (UUID) of the bank account to transfer funds to.
Bank account number to transfer to.
Bank code of the destination bank.
Account holder name as it appears on the bank account.
Transaction PIN for authorization (if required).
Optional description or reference for the transfer.
Response
Returns confirmation of the fund transfer with transaction details.Overall status of the API request.
Transfer confirmation details.
