Skip to main content
POST
Verify an AMFI mutual-fund distributor (ARN)

Authorizations

x-api-key
string
header
required

Your API key for authentication. Use sandbox-with-json-responses as Sandbox key.

Body

application/json
arn
string
required

AMFI Registration Number. Digits only; an ARN- prefix is tolerated.

Pattern: ^(ARN-)?[0-9]+$
Example:

"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.

status
enum<string>
required
Available options:
success
verified
boolean
required

True only when the ARN is on the active register and not on an adverse list.

authority
enum<string>
required
Available options:
AMFI
category
enum<string>
required
Available options:
mutual-fund-distributor
arn
string
required
Example:

"123456"

registration_status
enum<string>
required

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.

Available options:
ACTIVE,
EXPIRED,
SUSPENDED,
TERMINATED,
NOT_FOUND
negative_list_hit
boolean
required

True when the ARN/EUIN appears on an AMFI adverse list.

category_label
string
Example:

"Mutual Fund Distributor (ARN)"

name
string | null
euin
string | null
kyd_compliant
boolean | null
valid_from
string<date> | null
valid_till
string<date> | null
is_perpetual
boolean
address
string | null
pincode
string | null
negative_list
object | null

Details of the adverse-list hit, else null.