v1
latestOpenAPI 3.1.02026-07-241642423.7 KBReveal account number
Reveal the unmasked account number of both raw and plaid bank accounts. Reach out to Check to get support for this feature
get/bank_accounts/{bank_account}/reveal
Path parameters
bank_accountstring required
The ID of the bank account that you want the account number for
Response
200
Example response
{
"id": "bnk_Wr8oItjaUJgvLNbN2MJa",
"company": "com_iI59t4yqiBbpkMuabvU6",
"status": "ownership_verified",
"raw_bank_account": {
"institution_name": "sksrsgitagelm",
"account_number": "770608869",
"account_number_last_four": "8869",
"routing_number": "559435723",
"type": "depository",
"subtype": "checking"
}
}