B
Bill Query & Payment Confirmation API
Endpoints for Education, ISP and Insurance bill query and payment confirmation.
Authentication
Headers required| Header Key | Value / Notes |
|---|---|
| API-KEY | Generated by SSLCommerz (required) |
| Authorization | Bearer <token> (optional) |
| Content-Type | application/json |
1. JWT Token Generation
POST /api/v1/auth/token
Sample Request
{
"username": "merchant_api_user",
"password": "merchant_api_password"
}
Sample Response
{
"status": "success",
"data": {
"token": "eyJhbGciOiJIUzI1Ni..."
}
}
Full documentation available in the legacy portal.
This page is a proxy to the Bill Payment testing suite.