LUKU Last Token API
Retrieve last successful token for a meter. Useful for token recovery and transaction verification.
Overview
Key Features
- Token retrieval for lost tokens
- Transaction history access
- Last payment amount verification
- Request ID tracking
- Customer service support
The LUKU Last Token API enables customers to retrieve their last purchased electricity token. This is particularly useful when tokens are lost or not received.
API Endpoint
POST
/api/v1/luku/last-token
LUKU Last Token API
Retrieve last successful token for a meter. Useful for token recovery and transaction verification.
Sample Request
Example request payload from the API specification:
{
"sourceId": "eteller",
"meter": "24730238417",
"dptCellNum": "255763328665"
}
Sample Response
Example successful response:
{
"statusCode": 600,
"message": "Success",
"body": [
{
"requestId": "GWX800936702705",
"pymtTrxInf": {
"meter": "24730238417",
"token": "12345678901234567890",
"paidAmount": "10000"
}
}
]
}
Quick Info
Base URL:
https://www.fintech.nmbbank.co.tz
Method:
POST
Authentication:
Bearer Token
Content Type:
application/json
Need Help?
Our support team is ready to assist you with API integration.
Contact Support Join Community