Deposit Account Verification

Potential consumers of this API are BAY’s external partners who would like to retrieve account type and account status for a particular deposit account. As there is a risk of external partners accessing to the information of accounts they are ineligible to see, this API requires customer identification type and customer identification number to prove the ownership of account first before returning the account type and account status.

Loading...
Login
Loading...
Loading...
Body
   

{
  "accountNumber": "1490015568",
  "typeOfIdentification": "01",
  "identificationNumber": "0395557000043"
}
   
{
  "accountOwnershipVerification": "SUCC",
  "accountType": "SVNG",
  "accountOwnerTypeCode": "PRIIND",
  "accountStatusCode": "00",
  "accountStatusDescription": "Active"
}