Company data API

Company Charges API

Registered charges and the lenders behind them, with amount, status and dates.

GET /v1/companies/{cin}/charges

Overview

The Company Charges API returns the charges registered against an Indian company and the lenders that hold them - with the charge amount, current status (open / satisfied) and the creation, modification and satisfaction dates. It is essential for credit assessment, security and encumbrance checks before lending or a transaction.

  • Open and satisfied charges
  • Charge holder (lender) and amount
  • Creation, modification, satisfaction dates
  • Charge count for quick screening
  • MCA-sourced

How it works

  1. Generate an API key in your developer console (test keys are free).
  2. Call the endpoint with your Bearer key.
  3. Read the JSON response (standard envelope with credits info).
  4. Map the fields into your product or workflow.

Request & response

Requestcurl "https://api.infyner.com/v1/companies/L74999WB1991PLC051738/charges" \ -H "Authorization: Bearer pk_test_xxxxxxxx"
Response (sample){ "success": true, "data": { "cin": "...", "charges_count": 2, "charges": [ { "holder": "State Bank of India", "amount": 50000000, "status": "Open", "creation_date": "2021-04-10" } ] } }

Where it's used

  • Credit and lending decisions
  • Security and encumbrance checks
  • M&A and transaction diligence
  • Counterparty risk assessment

Frequently asked questions

What is a registered charge?

A charge is a security interest a lender registers against a company's assets. This API lists them with holder, amount, status and dates.

Related APIs

Start building in minutes

Generate a free test key, call the sandbox, and go live when you're ready.

Get API access