CDRs (eMSP)

Receive async CDRs and pull Charge Detail Records from ChargeIndia Hub.

Hub role: SENDER (Hub → eMSP async + pull)

Endpoints

MethodPathDescription
GET/ocpi/2.2.1/cdrsPull CDRs belonging to this eMSP (paginated)
GET/ocpi/2.2.1/cdrs/{cdr_id}Pull one CDR by id
POSTYour CDRs RECEIVER URLAsync CDR delivery from Hub

Push + pull

You receive CDRs via async push. Use GET /cdrs (with optional date_from) for backfill. Pull returns only CDRs where cdr_token identifies your party.

Async delivery

After CPO POST, the Hub worker forwards to:

POST /ocpi/2.2.1/cdrs

on your registered receiver URL.

OCPI spec

See OCPI 2.2.1 CDRs module for full CDR object definitions.