Get Auth data

POST https://{{env_url}}/processor/auth/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},"mask":"0000","name":"Plaid Checking","official_name":"Plaid Gold Checking","subtype":"checking","type":"depository"},"numbers":{"ach":{"account":"9900009606","account_id":"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D","routing":"011401533","wire_routing":"021000021"},"eft":{"account":"111122223333","account_id":"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D","institution":"021","branch":"01140"},"international":{"account_id":"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D","bic":"NWBKGB21","iban":"GB29NWBK60161331926819"},"bacs":{"account":"31926819","account_id":"vzeNDwK7KQIm4yEog683uElbp9GRLEFXGK98D","sort_code":"601613"}},"request_id":"1zlMf"}