API catalogue
The four live KreedX APIs, what each one handles, and every endpoint.
Each API is a family of endpoints rather than a single call — the catalogue, the transaction and the status live together. Every endpoint has its own page with the request, the response and samples in Node.js, Java, Python and cURL.
Bill Payments API
Fetch a live bill and pay it across electricity, water, gas, DTH, broadband and mobile — through the Bharat BillPay network.
| Method | Endpoint | Path |
|---|---|---|
| GET | Biller catalogue | /v1/bbps/billers |
| POST | Validate customer | /v1/bbps/customers/validate |
| POST | Fetch bill | /v1/bbps/bills/fetch |
| POST | Submit payment | /v1/bbps/payments |
| GET | Transaction status | /v1/bbps/payments/{referenceId} |
New to this API? Start with the Bill payment flow.
Cash Management API
Accept cash at retail touchpoints across India and credit it against the right loan or customer account in real time.
| Method | Endpoint | Path |
|---|---|---|
| POST | Register collection | /v1/cms/collections |
| GET | Collection status | /v1/cms/collections/{collectionId} |
| GET | Reconciliation report | /v1/cms/reconciliation |
New to this API? Start with the Cash collection flow.
Card Bill Payment API
Accept credit card bill payments for all major VISA, Mastercard and RuPay issuers, on PCI-DSS compliant flows.
| Method | Endpoint | Path |
|---|---|---|
| POST | Validate card | /v1/cards/validate |
| POST | Submit payment | /v1/cards/payments |
| GET | Transaction status | /v1/cards/payments/{referenceId} |
New to this API? Start with the Card bill payment flow.
Verification API
Identity and account verification used alongside the payment flows, so onboarding and fund settlement check out before money moves.
| Method | Endpoint | Path |
|---|---|---|
| POST | Verify identity | /v1/kyc/pan/verify |
| POST | Verify bank account | /v1/kyc/bank-account/verify |
New to this API? Start with the Verification flow.
On the roadmap
- Micro ATM API — Card-based cash withdrawal and balance services for retail agents.
- Insurance API — Bite-sized insurance products offered at retail points.
- Travel API — Flight, bus and hotel bookings through the retail network.
Sample reference

Translate