API Test Keys
Account Validation Entity
The Account Validation entity has the following parameters:
Is this page helpful?
Sample Entity
1{2"id": "fav_00000000000001",3"entity": "fund_account.validation",4"fund_account": {5"id": "fa_00000000000001",6"entity": "fund_account",7"contact_id": "cont_00000000000001",8"account_type": "bank_account",9"bank_account": {10"name": "Gaurav Kumar",11"bank_name": "HDFC",12"ifsc": "HDFC0000053",13"account_number": "765432123456789"14},15"batch_id": null,16"active": true,17"created_at": 156706401918},19"status": "completed",20"amount": 100,21"currency": "INR",22"notes": {23"random_key_1": "Make it so.",24"random_key_2": "Tea. Earl Grey. Hot."25},26"results": {27"account_status": "active",28"registered_name": "Gaurav Kumar"29},30"created_at": 1547566278,31"utr": "XXXXR7310682908954385XX"32}
id
string
The unique identifier linked to the fund account. For example, fa_00000000000001
.
entity
string
Here it is fund_account
.
contact_id
string
The unique identifier linked to the contact. For example, cont_00000000000001
.
account_type
string
The fund account type being created. Here it will either be bank_account
, vpa
or card
.
Show child parameters (3)
active
boolean
Possible values of Fund Account status:
true
: activefalse
: inactive
batch_id
string
This value is returned if the fund account was created as part of a bulk upload.
For example, batch_00000000000001
.
status
string
The status of the account validation transaction. Possible values:
created
completed
failed
results
object
Result of the validation. If the account validation is complete
and the account is invalid, the value in the below parameters is invalid
.
Show child parameters (2)
created_at
integer
Timestamp, in Unix, when the fund account was created. For example, 1543650891
.
Account Validation Entity
The Account Validation entity has the following parameters:
Is this page helpful?
id
string
The unique identifier linked to the fund account. For example, fa_00000000000001
.
entity
string
Here it is fund_account
.
contact_id
string
The unique identifier linked to the contact. For example, cont_00000000000001
.
account_type
string
The fund account type being created. Here it will either be bank_account
, vpa
or card
.
Show child parameters (3)
active
boolean
Possible values of Fund Account status:
true
: activefalse
: inactive
batch_id
string
This value is returned if the fund account was created as part of a bulk upload.
For example, batch_00000000000001
.
status
string
The status of the account validation transaction. Possible values:
created
completed
failed
results
object
Result of the validation. If the account validation is complete
and the account is invalid, the value in the below parameters is invalid
.
Show child parameters (2)
created_at
integer
Timestamp, in Unix, when the fund account was created. For example, 1543650891
.
Sample Entity
1{2"id": "fav_00000000000001",3"entity": "fund_account.validation",4"fund_account": {5"id": "fa_00000000000001",6"entity": "fund_account",7"contact_id": "cont_00000000000001",8"account_type": "bank_account",9"bank_account": {10"name": "Gaurav Kumar",11"bank_name": "HDFC",12"ifsc": "HDFC0000053",13"account_number": "765432123456789"14},15"batch_id": null,16"active": true,17"created_at": 156706401918},19"status": "completed",20"amount": 100,21"currency": "INR",22"notes": {23"random_key_1": "Make it so.",24"random_key_2": "Tea. Earl Grey. Hot."25},26"results": {27"account_status": "active",28"registered_name": "Gaurav Kumar"29},30"created_at": 1547566278,31"utr": "XXXXR7310682908954385XX"32}