Bill Query & Payment Confirmation API

Endpoints for Education, ISP and Insurance bill query and payment confirmation — JSON over HTTPS.

Bill Query & Payment Confirmation API

Endpoints for Education, ISP and Insurance bill query and payment confirmation.

Authentication

Headers required
Header KeyValue / Notes
API-KEYGenerated by SSLCommerz (required)
AuthorizationBearer <token> (optional)
Content-Typeapplication/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.