Verify an AMFI mutual-fund distributor (ARN)
Verify a mutual-fund distributor by ARN. The ARN (and its EUIN) is
screened against AMFI’s suspended, terminated, and terminated-EUIN
lists; a hit sets registration_status to SUSPENDED/TERMINATED,
negative_list_hit to true, and verified to false.
Credits: 0.25 per successful verification.
Authorizations
Your API key for authentication.
Use sandbox-with-json-responses as Sandbox key.
Body
AMFI Registration Number. Digits only; an ARN- prefix is tolerated.
^(ARN-)?[0-9]+$"123456"
Response
Verification completed (found or not found)
Result of an AMFI mutual-fund distributor (ARN) verification. Every listed property is always present on a 200 response (null when not applicable); verified is the boolean gate to act on.
success True only when the ARN is on the active register and not on an adverse list.
AMFI mutual-fund-distributor "123456"
ACTIVE = on the active register; SUSPENDED / TERMINATED = on an AMFI adverse list (see negative_list); EXPIRED = ARN validity lapsed; NOT_FOUND = no active registration and not on an adverse list.
ACTIVE, EXPIRED, SUSPENDED, TERMINATED, NOT_FOUND True when the ARN/EUIN appears on an AMFI adverse list.
"Mutual Fund Distributor (ARN)"
Details of the adverse-list hit, else null.

