Hub role: SENDER (eMSP pull + async PUT push to eMSP RECEIVER)
When a CPO PUTs a tariff, you receive PUT on your tariffs RECEIVER URL. See Async Delivery.
Endpoints
| Method | Path | Description |
|---|---|---|
GET | /ocpi/2.2.1/tariffs | List tariffs (paginated) |
GET | /ocpi/2.2.1/tariffs/{cc}/{pid}/{tariff_id} | Tariff detail |
PUT | Your tariffs RECEIVER URL | Async tariff updates from Hub |
Receiver path party
Async pushes from Hub use the owning CPO's country_code and party_id in the URL path, not Hub (CIH). See Hub Receiver Identity (eMSP).
Pull example
GET /ocpi/2.2.1/tariffs?offset=0&limit=50
Authorization: Token {emsp-token}
Use tariffs for authorization pricing context. See India Conventions for INR requirements. See Pagination.
OCPI spec
See OCPI 2.2.1 Tariffs module for full Tariff object definitions.