v1
latestOpenAPI 3.1.02026-07-2418201.6 MBGet Status - Verification Request (V3)
This API allows the platform to fetch the status of a verfication request intiated through the Mobile to Account (V3) API.
get/v3/banking/account_validation/status
Query parameters
decentro_txn_idstring
The Decentro transaction ID that you received in the sync response of the Mobile to Account (V3) API.
reference_idstring
The reference_id passed when initializing the Mobile to Account (V3) API.
Headers
client_idstring required
Decentro assigned client_id during on boarding.
client_secretstring required
Decentro assigned client_secret during on boarding.
x_on_behalf_ofstring
Optional header that allows parent merchant to consume the API on behalf of sub-merchant.
Response
200
Example response
{
"decentro_txn_id": "5C1AB3A0A1FA1000D9BC2271C7524399",
"api_status": "SUCCESS",
"message": "Transaction status retrieved successfully.",
"data": {
"request_decentro_txn_id": "794B7B317DFA01Bll81A0AE1F8996F5C",
"request_response_key": "success_account_details_retrieved",
"reference_id": "f1f7eaac",
"upi_vpa": "vpa@bank",
"name_as_per_bank": "CUSTOMER NAME",
"account_number": "XXXXX1234",
"account_type": "SAVINGS",
"ifsc": "BANK0000000",
"bank_reference_number": "BRN123",
"payout_status": "SUCCESS",
"payout_amount": "0.01",
"branch_details": {
"branch_verification_response_key": "success_branch_details_found",
"bank": "Bank",
"ifsc": "BANK0000000",
"branch": "LOCATION",
"centre": "LOCATION",
"district": "LOCATION",
"state": "STATE",
"contact": "9800000000",
"address": "ADDRESS",
"imps": true,
"rtgs": true,
"neft": true,
"city": "CITY",
"swift": "NA",
"upi": true
}
},
"response_key": "success_validation_status_fetched"
}