Digio Apis

Getting started with Digio Rest Apis

API SERVER

SELECTED: https://api.digio.in
AUTHENTICATION
No API key applied
General ⦂

Fuzzy Match API

post {BASE_URL}/v3/client/kyc/fuzzy_match

Request Body Params (application/json)

Allowed:  
name
| address
Examples:

Call this API to check if two strings match. Useful for matching names, addresses etc...

Requires Base 64 encoded clientId:clientSecret in Authorization header
REQUEST
REQUEST BODY application/json
object
Single line description
Field
Type
Description
reference_id
string

âž” Reference ID

Constraints: 1 to 32 chars
Pattern: ^[A-Za-z0-9-_]*$
unique_request_id
string

âž” Unique request id for traceability of request and recon purpose. Businesses are required to pass unique id for every request.

Constraints: 1 to 32 chars
Pattern: ^[A-Za-z0-9-_]*$
- source
object

Target String

text
string
- target
object

Target String

text
string
context *
enum

âž” Context of the match [Name / Address]

Allowed: name┃address
confidence
integer

âž” Confidence below which the match fails

Default: 75
API Server
https://api.digio.in
Authentication
Required (None Applied)
curl -X POST "https://api.digio.in/v3/client/kyc/fuzzy_match" \
 -H 'accept: application/json' 
RESPONSE
application/json
object
Single line description
Field
Type
Description
matched
boolean
match_score
integer
application/json
object
Single line description
Field
Type
Description
details
string

Details about the exception. Usually contains the exception id for reference.

code
string

Error code

message
string

Description of the error

errors
string

Custom errors