Bank Account Verification
...
US
Get Account Owner Details (cloned)
introduction the "get account owner details" api facilitates the retrieval of account owner information for bank accounts this integration is specifically designed to aid in verifying the identity and details of the bank account owner during the onboarding process by utilizing this service, you can access a comprehensive range of data objects pertaining to the account holder and their bank account these data objects include information about the account holder, the classification of the account, the associated score for the account classification, as well as any available addresses associated with the account it is important to note that the specific data returned by the api may vary depending on the financial institution, as not all institutions provide the same set of data supported regions us api details this api requires two inputs customerid the unique identifier for the customer accountid the unique identifier for the account to obtain the required ids, you need to follow these steps create a customer and initiate the finicity journey for them by using the create bank connect journey link docid\ nckrwlah4pry52vphhnpc api retrieve the results from the api to obtain the customer id and the corresponding account ids execute this api for each individual account to verify the owner's details please note that the customer and finicity journey need to be created beforehand in order to obtain the necessary ids sample curl curl location request post 'https //api signzy app/api/v3/bank connect/account owner' \\ \ header 'authorization \<token>' \\ \ header 'content type application/json' \\ \ data raw '{ "customerid" "6018678884", "accountid" "6032346608" }'curl location request post 'https //api preproduction signzy app/api/v3/bank connect/account owner' \\ \ header 'authorization \<token>' \\ \ header 'content type application/json' \\ \ data raw '{ "customerid" "6018678884", "accountid" "6032346608" }' request body parameters 157,162,86 false true false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type sample response { "result" { "holders" \[ { "ownername" "john doe", "nameclassification" "business", "nameclassificationconfidencescore" 0 7686, "addresses" \[ { "owneraddress" "434 w ascension way", "type" "home", "line1" "434 w ascension way", "line2" "suite #200", "line3" "ut 84123", "city" "murray", "state" "ut", "postalcode" "84123", "country" "usa" } ] } ] } } response body parameters 162,194,86 false true false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type false unhandled content type sample error { "error" { "name" "error", "message" "invalid date", "status" 400, "reason" "validation error", "type" "bad request", "statuscode" 200 } } error response parameters 283,520 false true left unhandled content type left unhandled content type left unhandled content type left unhandled content type left unhandled content type unhandled content type left unhandled content type unhandled content type left unhandled content type left unhandled content type left unhandled content type unhandled content type left unhandled content type left unhandled content type left unhandled content type unhandled content type getting help please feel free to contact us if you have any questions, require clarification, or have ideas for how to make the documents or any of our services better you can reach out to us at help\@signzy com we strive to provide prompt and reliable assistance, ensuring your queries are addressed effectively we value your feedback and are committed to making your experience smooth and enjoyable our team is dedicated to assisting you with any needs you may have thank you for choosing our services we look forward to helping you!