Get account data

POST https://{{env_url}}/processor/accounts/get

The /processor/auth/get endpoint returns the bank account and bank identification number (such as the routing number, for US accounts), for a checking or savings account that's associated with a given processor_token. The endpoint also returns high-level account data and balances when available.

Request Body

{"client_id"=>"{{client_id}}", "secret"=>"{{secret_key}}", "processor_token"=>"{{processor_token}}"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{"account":{"account_id":"QKKzevvp33HxPWpoqn6rI13BxW4awNSjnw4xv","balances":{"available":100,"current":110,"limit":null,"iso_currency_code":"USD","unofficial_currency_code":null},"mask":"0000","name":"Plaid Checking","official_name":"Plaid Gold Checking","subtype":"checking","type":"depository"},"request_id":"1zlMf"}