Payments
...
APIs
ABA directory
1 min
name endpoint v1 abadirectory method get url https sandbox crbcos com wires v1 abadirectory description retrieve a list of aba members tab examples examples languages id lbfvjvglheemakecq4hi language curl code curl l https sandbox crbcos com wires v1 abadirectory n h idempotency key 3e4ac46c fa9e 4654 80b8 83f971622dfd n h authorization bearer token n d customlabel id wzfin2bdf0px6piwzdkvb language nodejs code var request require request ; nvar options n method get n url https sandbox crbcos com wires v1 abadirectory n headers n idempotency key 3e4ac46c fa9e 4654 80b8 83f971622dfd n authorization bearer token n n ; nrequest options function error response n if error throw new error error ; n console log response body ; n ; n customlabel id are2oc2dzkmv1dfjpgbe6 language python code import requests n nurl https sandbox crbcos com wires v1 abadirectory n npayload nheaders n idempotency key 3e4ac46c fa9e 4654 80b8 83f971622dfd n authorization bearer token n n nresponse requests request get url headers headers data payload n nprint response text n customlabel id dlxbgirqsjwgbxlj3362z language ruby code require uri nrequire net http n nurl uri https sandbox crbcos com wires v1 abadirectory n nhttps net http new url host url port nhttps use ssl true n nrequest net http get new url nrequest idempotency key 3e4ac46c fa9e 4654 80b8 83f971622dfd nrequest authorization bearer token n nresponse https request request nputs response read body n customlabel id a9ab04gue 3twlfwzy1qz language go code package main n nimport n fmt n strings n net http n io n n nfunc main n n url https sandbox crbcos com wires v1 abadirectory n method get n n payload strings newreader n n client http client n n req err http newrequest method url payload n n if err ! nil n fmt println err n return n n req header add idempotency key 3e4ac46c fa9e 4654 80b8 83f971622dfd n req header add authorization bearer token n n res err client do req n if err ! nil n fmt println err n return n n defer res body close n n body err io readall res body n if err ! nil n fmt println err n return n n fmt println string body n customlabel selectedlanguageid lbfvjvglheemakecq4hi results languages id mkfhhja1odga79nspssfn language 200 customlabel code n results n n routingnumber 011000015 n telegraphicname frb bos n customername federal reserve bank of boston n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20040910 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011000028 n telegraphicname state st bos n customername state street boston n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011000536 n telegraphicname fhlb boston n customername federal home loan bank n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20170818 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011001234 n telegraphicname bk of nyc n customername the bank of new york mellon n state ny n city new york n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20170424 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011001276 n telegraphicname oneunited bank n customername oneunited bank n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20021231 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011001881 n telegraphicname fiduciary tr bos n customername fiduciary trust company n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011002343 n telegraphicname boston private bk n customername the boston private bk tr co n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011002877 n telegraphicname ew bk smrino n customername east west bank n state ma n city boston n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20141107 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011075150 n telegraphicname santander bk n customername santander bank n a n state pa n city wyomissing n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20131029 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n routingnumber 011102133 n telegraphicname hometown cnb n customername hometown bank n state ma n city webster n fundstransferstatus y n fundssettlementonlystatus n lastrevisiondate 20161118 n lastmodifiedat 2018 05 17t16 04 51 867 04 00 n n n pagenumber 1 n pagesize 10 n haspreviouspage false n hasnextpage true n selectedlanguageid mkfhhja1odga79nspssfn request pathparameters queryparameters name searchterm kind optional type string description specify a search term to limit the results specify a search term to limit the results headerparameters bodydataparameters formdataparameters currentnewparameter label query parameter value queryparameters hastryitout false response name results kind optional type object description array of results children name routingnumber kind optional type string description the routing numbers that uniquley identified the financial institution name telegraphicname kind optional type string description name customername kind optional type string description name of bank name state kind optional type string description state where bank is located name city kind optional type string description city where bank is located name fundstransferstatus kind optional type string description the institution s capability to process standard fedwire funds transfers name fundssettlementonlystatus kind optional type string description the institution s capability for settlement only transfers name lastrevisiondate kind optional type string description date in yyymmdd format name lastmodifiedat kind optional type string description the date and time when the financial institution was last updated formatted as yyyy mm ddthh mm ss mmm