💳 Bill Payment API

Practice API automation with realistic bill payment endpoints

Use Java (RestAssured)Python (requests/httpx)C# (RestSharp)PostmanHoppscotch & more!

Created for the community by Gaurav Khurana

Ko-fi Buy Me a Coffee

🔑 API Key Authentication

X-API-Key: demo-api-key-123

Header Add this header to all requests

🎫 Bearer Token

Authorization: Bearer demo-jwt-token-456

JWT Alternative authentication method

👤 Basic Auth

demo:password123

Base64 ZGVtbzpwYXNzd29yZDEyMw==