processorAuthGet

POST {{baseUrl}}/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

{"processor_token"=>"<string>", "client_id"=>"5fd43aad1186c30013d6f3e2", "secret"=>"<string>"}

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

RESPONSES

status: OK

{&quot;request_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;numbers&quot;:{&quot;ach&quot;:{&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;account&quot;:&quot;\u003cstring\u003e&quot;,&quot;routing&quot;:&quot;\u003cstring\u003e&quot;,&quot;wire_routing&quot;:&quot;\u003cstring,null\u003e&quot;}},&quot;account&quot;:{&quot;account_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;balances&quot;:{&quot;available&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;current&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;limit&quot;:&quot;\u003cnumber,null\u003e&quot;,&quot;iso_currency_code&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;unofficial_currency_code&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;last_updated_datetime&quot;:&quot;\u003cstring,null\u003e&quot;},&quot;mask&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;name&quot;:&quot;\u003cstring\u003e&quot;,&quot;official_name&quot;:&quot;\u003cstring,null\u003e&quot;,&quot;type&quot;:&quot;\u003cstring\u003e&quot;,&quot;subtype&quot;:&quot;\u003cstring,number\u003e&quot;,&quot;verification_status&quot;:&quot;\u003cstring\u003e&quot;}}