---
title: "Validate Account"
method: POST
path: "/api/v2/validate/account"
tags: ["validate_account"]
---

# Validate Account

`POST /api/v2/validate/account`

## Headers

- `X-Sandbox` boolean, nullable
- `x-api-key` string, nullable

## Request body

- union
  - ARCBU
    - `country_code` 'AR', required
    - `account_identifier` string, required — Clave Bancaria Uniforme (CBU). Must be 22 digits.
    - `account_identifier_type` 'CBU', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'ARS' | 'USD', nullable
  - ARCVU
    - `country_code` 'AR', required
    - `account_identifier` string, required — Clave Virtual Uniforme (CVU). Must be 22 digits, bank code prefix must be '000'.
    - `account_identifier_type` 'CVU', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'ARS' | 'USD', nullable
  - ARAlias
    - `country_code` 'AR', required
    - `account_identifier` string, required — CBU Alias. 6-20 alphanumeric characters, dots, and hyphens.
    - `account_identifier_type` 'ALIAS', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'ARS' | 'USD', nullable
  - ARLocal
    - `country_code` 'AR', required
    - `account_identifier` string, required — Local Account Identifier. Format depends on the bank.
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'ARS' | 'USD', nullable
    - `bank_code` '007' | '011' | '015' | '016' | '017' | '027' | '034' | '072' | '191' | '285' | '299' | '999'
    - `swift_code` 'GABAARBA' | 'NACNARBA' | 'ICBKARBA' | 'CITIARBA' | 'BFRPARB1' | 'BFRPARBA' | 'BSUPARBA' | 'BSUDARBA' | 'BSCHARBA' | 'BCOOARBA' | 'BOSUARBA' | 'QUILARBA' | 'PROMAR99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
    - `account_type` 'CACC' | 'SVGS', required
  - BRIBAN
    - `country_code` 'BR', required
    - `account_identifier` string, required — IBAN (29 characters, starts with BR)
    - `account_identifier_type` 'IBAN', required
    - `owner_id` string, nullable — CPF/CNPJ of the owner. Required if owner_name is not provided.
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name. Required if owner_id is not provided.
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'BRL', nullable
  - BRLocal
    - `country_code` 'BR', required
    - `account_identifier` string, required — Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — CPF/CNPJ of the owner. Required if owner_name is not provided.
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name. Required if owner_id is not provided.
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'BRL', nullable
    - `bank_code` '001' | '003' | '004' | '010' | '012' | '016' | '021' | '033' | '037' | '041' | '047' | '069' | '070' | '077' | '079' | '082' | '084' | '085' | '089' | '095' | '096' | '097' | '099' | '104' | '119' | '121' | '125' | '130' | '133' | '136' | '144' | '159' | '174' | '183' | '190' | '197' | '208' | '212' | '213' | '218' | '224' | '237' | '246' | '254' | '260' | '269' | '271' | '273' | '274' | '276' | '279' | '280' | '281' | '290' | '299' | '301' | '310' | '312' | '318' | '322' | '323' | '324' | '326' | '329' | '330' | '332' | '335' | '336' | '341' | '348' | '349' | '350' | '358' | '359' | '362' | '363' | '364' | '365' | '368' | '373' | '376' | '377' | '378' | '379' | '380' | '382' | '383' | '384' | '385' | '389' | '391' | '395' | '396' | '397' | '401' | '402' | '403' | '404' | '406' | '407' | '408' | '410' | '412' | '413' | '419' | '421' | '422' | '425' | '427' | '428' | '430' | '435' | '439' | '440' | '444' | '448' | '450' | '451' | '452' | '457' | '460' | '461' | '462' | '465' | '470' | '471' | '478' | '481' | '482' | '509' | '510' | '511' | '512' | '513' | '517' | '520' | '523' | '526' | '527' | '529' | '530' | '531' | '533' | '534' | '535' | '536' | '537' | '540' | '542' | '546' | '547' | '550' | '552' | '555' | '557' | '559' | '560' | '561' | '562' | '563' | '566' | '568' | '569' | '572' | '574' | '575' | '576' | '586' | '588' | '589' | '590' | '592' | '593' | '594' | '595' | '597' | '600' | '604' | '610' | '611' | '612' | '613' | '614' | '615' | '619' | '620' | '623' | '632' | '633' | '634' | '637' | '643' | '646' | '651' | '655' | '659' | '660' | '662' | '665' | '669' | '670' | '671' | '673' | '674' | '675' | '679' | '680' | '681' | '683' | '685' | '686' | '687' | '688' | '690' | '692' | '694' | '695' | '699' | '700' | '701' | '707' | '712' | '741' | '743' | '745' | '748' | '752' | '753' | '755' | '756' | '757' | '761' | '764' | '766' | '769' | '771' | '772' | '773' | '775' | '783' | '788' | '790' | '792' | '999'
    - `swift_code` 'ABCBBRSP' | 'AMABBRAB' | 'ARBBBRRJ' | 'BAVOBRSP' | 'BBDEBRSP' | 'BBMFBRSP' | 'BBONBRSP' | 'BCSIBRRS' | 'BEPABRAB' | 'BEXSBRSP' | 'BIBRBRSP' | 'BKCOBRSP' | 'BLBCBRSP' | 'BMBCBRSP' | 'BMBRBRRB' | 'BNBRBRCF' | 'BNPABRSP' | 'BORIBRSP' | 'BPABBRRJ' | 'BPBMBRSP' | 'BPNMBRSP' | 'BRASBRRJ' | 'BRBSBRDF' | 'BRGSBRRS' | 'BRPOBRS1' | 'BSBSBRSP' | 'BSCHBRSP' | 'CEFXBRSP' | 'CHASBRSP' | 'CITIBRBR' | 'COMEBRRS' | 'CPBNBRDF' | 'CSIXBRSP' | 'DAYCBRSP' | 'FIBIBRSP' | 'GUAABRRJ' | 'HSBNBRSS' | 'ITAUBRSP' | 'ITEMBRSP' | 'KOEXBRSP' | 'MLBOBRSP' | 'OURIBRSP' | 'PAULBRSP' | 'PBBRBRSP' | 'PLURBRRJ' | 'RENDBRSP' | 'SAFRBRSP' | 'SBLLBRS1' | 'SEEBBRR1' | 'SMEABRRB' | 'TOPZBRRS' | 'UNPABRPR' | 'PROMBR99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
    - `branch_code` string, required — Branch Code
    - `account_type` 'CACC' | 'SVGS' | 'CASH' | 'TRAN' | 'OTHR', required
  - BRPix
    - `country_code` 'BR', required
    - `account_identifier` string, required — Pix Key (Email, CPF, , Phone, EVP)
    - `account_identifier_type` 'PIX_KEY', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'BRL', nullable
    - `account_type` 'PIX_KEY'
  - CLLocal
    - `country_code` 'CL', required
    - `account_identifier` string, required — Local Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, required — RUT Number
    - `owner_id_type` 'RUT', required
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'CLP', nullable
    - `bank_code` '0001' | '0009' | '0012' | '0014' | '0016' | '0028' | '0031' | '0037' | '0039' | '0041' | '0049' | '0051' | '0053' | '0055' | '0672' | '0729' | '0730' | '0732' | '0875' | '9999'
    - `swift_code` 'BCHICLRM' | 'BICHCLRM' | 'BECHCLRM' | 'BKSACLRM' | 'CREDCLRM' | 'BICECLRM' | 'BLICCLRM' | 'BSCHCLRM' | 'ITAUCLRM' | 'CHASCLRM' | 'BSCLCLRM' | 'FALACLRM' | 'RPLYCLRM' | 'MNEXCLRM' | 'OHEHCLRS' | 'PROMCL99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
    - `account_type` 'CACC' | 'SVGS' | 'CASH', required
  - COLocal
    - `country_code` 'CO', required
    - `account_identifier` string, required — Local Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, required — Owner ID
    - `owner_id_type` 'CC' | 'NIT', required — Owner ID type: CC or NIT
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'COP', nullable
    - `bank_code` '001' | '006' | '007' | '012' | '030' | '039' | '042' | '049' | '053' | '054' | '056' | '057' | '063' | '065' | '117' | '118' | '124' | '131' | '150' | '198' | '208' | '261' | '264' | '304' | '345' | '999'
    - `swift_code` 'BBOGCOBB' | 'BCTOCOBB' | 'COLOCOBM' | 'BSUDCOBB' | 'COLPCOBB' | 'CASOCOBB' | 'BAVICOBB' | 'FALACOBT' | 'PICHCOBB' | 'SERZCOBB' | 'PROMCO99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
    - `account_type` 'CACC' | 'SVGS'
  - CONequi
    - `country_code` 'CO', required
    - `account_identifier` string, required — Nequi Wallet identifier
    - `account_identifier_type` 'NEQUI_WALLET', required
    - `owner_id` string, required — Owner ID
    - `owner_id_type` 'CC' | 'CD' | 'CE' | 'FD' | 'IEPJ' | 'IEPN' | 'NIT' | 'PAS' | 'RC' | 'TI', required
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'COP', nullable
  - COBreB
    - `country_code` 'CO', required
    - `account_identifier` string, required — Bre-B Key
    - `account_identifier_type` 'BREB_KEY', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'COP', nullable
  - ECLocal
    - `country_code` 'EC', required
    - `account_identifier` string, required — Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, required — Owner ID
    - `owner_id_type` 'CI' | 'RUC' | 'PAS', required
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'USD', nullable
    - `bank_code` '0010' | '0017' | '0029' | '0030' | '0032' | '0035' | '0036' | '0037' | '0042' | '0059' | '0060' | '0201' | '0232' | '9999'
    - `swift_code` 'PICHECEQ' | 'GUAYECEG' | 'LOJBECEL' | 'PACIECEG' | 'BINTECEQ' | 'AUSTECEQ' | 'PRODECEQ' | 'BBOLECEG' | 'BGRMECEQ' | 'BNSLECEQ' | 'PRCBECEQ' | 'DEBNECE1' | 'DICDECEQ' | 'PROMEC99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
    - `account_type` 'CACC' | 'SVGS', required
  - MXCLABE
    - `country_code` 'MX', required
    - `account_identifier` string, required — CLABE
    - `account_identifier_type` 'CLABE', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'MXN', nullable
  - MXDebitCard
    - `country_code` 'MX', required
    - `account_identifier` string, required — DEBIT_CARD
    - `account_identifier_type` 'DEBIT_CARD', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'MXN', nullable
    - `bank_code` '002' | '006' | '009' | '012' | '014' | '019' | '021' | '030' | '036' | '042' | '044' | '058' | '059' | '060' | '062' | '072' | '106' | '108' | '110' | '112' | '113' | '124' | '127' | '128' | '129' | '130' | '132' | '133' | '135' | '136' | '137' | '138' | '140' | '141' | '143' | '145' | '147' | '148' | '150' | '151' | '152' | '154' | '155' | '156' | '157' | '158' | '159' | '160' | '166' | '167' | '168' | '600' | '601' | '602' | '605' | '616' | '617' | '620' | '630' | '631' | '634' | '638' | '646' | '652' | '653' | '656' | '659' | '661' | '670' | '677' | '680' | '683' | '684' | '685' | '688' | '699' | '703' | '706' | '710' | '715' | '720' | '721' | '722' | '723' | '725' | '727' | '728' | '729' | '732' | '734' | '738' | '901' | '902' | '999'
    - `swift_code` 'PROMMX99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
  - MXLocal
    - `country_code` 'MX', required
    - `account_identifier` string, required — Local Account
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'MXN', nullable
    - `bank_code` '002' | '006' | '009' | '012' | '014' | '019' | '021' | '030' | '036' | '042' | '044' | '058' | '059' | '060' | '062' | '072' | '106' | '108' | '110' | '112' | '113' | '124' | '127' | '128' | '129' | '130' | '132' | '133' | '135' | '136' | '137' | '138' | '140' | '141' | '143' | '145' | '147' | '148' | '150' | '151' | '152' | '154' | '155' | '156' | '157' | '158' | '159' | '160' | '166' | '167' | '168' | '600' | '601' | '602' | '605' | '616' | '617' | '620' | '630' | '631' | '634' | '638' | '646' | '652' | '653' | '656' | '659' | '661' | '670' | '677' | '680' | '683' | '684' | '685' | '688' | '699' | '703' | '706' | '710' | '715' | '720' | '721' | '722' | '723' | '725' | '727' | '728' | '729' | '732' | '734' | '738' | '901' | '902' | '999'
    - `swift_code` 'PROMMX99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
    - `branch_code` string, required — Branch Code
  - PALocal
    - `country_code` 'PA', required
    - `account_identifier` string, required — Local Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'PAB' | 'USD', nullable
    - `bank_code` '0001' | '0007' | '0115' | '9999'
    - `swift_code` 'PROMPA99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
  - PECCI
    - `country_code` 'PE', required
    - `account_identifier` string, required — CCI (20 digits)
    - `account_identifier_type` 'CCI', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'PEN' | 'USD', nullable
  - PEPhone
    - `country_code` 'PE', required
    - `account_identifier` string, required — Phone (11 digits start with 51)
    - `account_identifier_type` 'PHONE', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'PEN' | 'USD', nullable
  - PELocal
    - `country_code` 'PE', required
    - `account_identifier` string, required — Local Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'PEN' | 'USD', nullable
    - `bank_code` '002' | '003' | '009' | '011' | '018' | '999'
    - `swift_code` 'PROMPE99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
  - USLocal
    - `country_code` 'US', required
    - `account_identifier` string, required — Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'USD', nullable
    - `bank_code` '011000138' | '011000206' | '011000390' | '011001234' | '011001276' | '011001331' | '011001742' | '011075150' | '011100012' | '011100106' | '011100805' | '011102133' | '011102638' | '011103093' | '011103129' | '011104047' | '011104173' | '011110701' | '011200022' | '011200365' | '011200608' | '011201458' | '011201539' | '011201759' | '011201830' | '011202392' | '011300605' | '011301798' | '011302357' | '011302438' | '011302920' | '011304300' | '011304517' | '011400071' | '011400495' | '011401533' | '011402008' | '011402105' | '011500010' | '011500120' | '011500913' | '011600033' | '011601456' | '011701987' | '011736606' | '011801052' | '011807043' | '011807247' | '011900254' | '011900445' | '011900571' | '021000018' | '021000021' | '021000089' | '021000128' | '021000322' | '021000678' | '021001088' | '021001318' | '021001486' | '021004823' | '021100361' | '021101108' | '021101438' | '021101470' | '021110209' | '021111800' | '021114153' | '021114263' | '021115291' | '021200025' | '021200339' | '021200407' | '021200559' | '021200575' | '021200957' | '021201011' | '021201503' | '021201943' | '021202162' | '021202191' | '021202337' | '021202719' | '021204597' | '021205237' | '021205648' | '021207206' | '021207413' | '021210057' | '021213177' | '021213410' | '021213449' | '021213520' | '021213944' | '021214189' | '021214273' | '021214862' | '021214891' | '021272655' | '021272723' | '021272794' | '021300019' | '021300077' | '021300381' | '021300420' | '021300462' | '021300640' | '021300912' | '021301089' | '021301115' | '021301678' | '021301869' | '021302567' | '021302648' | '021302884' | '021303618' | '021306822' | '021307054' | '021307559' | '021307708' | '021308176' | '021308642' | '021309379' | '021313103' | '021313569' | '021313747' | '021372953' | '021383463' | '021404465' | '021406667' | '021407912' | '021408704' | '021409211' | '021409567' | '021410080' | '021410637' | '021414455' | '021473098' | '021502040' | '021606742' | '021736081' | '021901748' | '021902352' | '021902475' | '021905977' | '021906934' | '021907315' | '021907975' | '021908288' | '021909300' | '021909342' | '021913639' | '021913862' | '021973019' | '022000020' | '022000046' | '022000127' | '022000839' | '022000842' | '022000868' | '022072692' | '022083649' | '022300160' | '022300173' | '022300186' | '022305770' | '022307600' | '026002626' | '026003272' | '026004828' | '026005050' | '026007362' | '026007443' | '026007773' | '026011507' | '026011701' | '026012166' | '026012881' | '026013220' | '026013356' | '026013673' | '026014135' | '026015024' | '026015079' | '026015244' | '026073066' | '026073134' | '026073202' | '026084262' | '026084482' | '028000082' | '028000121' | '028001081' | '028001489' | '031000011' | '031000037' | '031000053' | '031000503' | '031100047' | '031100089' | '031100160' | '031100209' | '031100225' | '031100267' | '031100869' | '031101017' | '031101143' | '031101185' | '031101208' | '031176110' | '031200730' | '031201328' | '031201360' | '031201467' | '031202084' | '031203915' | '031203999' | '031204710' | '031207607' | '031207652' | '031207801' | '031207814' | '031300012' | '031300135' | '031300575' | '031300821' | '031301053' | '031301752' | '031301846' | '031302272' | '031302447' | '031302777' | '031302803' | '031302955' | '031302971' | '031303132' | '031304050' | '031305253' | '031305596' | '031306278' | '031306799' | '031307468' | '031307701' | '031308250' | '031308535' | '031308551' | '031308564' | '031309123' | '031309589' | '031309945' | '031310206' | '031310552' | '031311807' | '031311810' | '031312055' | '031312738' | '031312877' | '031314749' | '031315382' | '031315544' | '031316271' | '031316608' | '031316815' | '031316967' | '031317788' | '031319074' | '031901482' | '031901686' | '031902096' | '031907790' | '031911812' | '031912785' | '031913438' | '031918527' | '031918828' | '031918873' | '031918938' | '036001808' | '036002373' | '036002425' | '036018516' | '036076150' | '041000124' | '041000153' | '041001039' | '041002711' | '041002957' | '041200050' | '041200089' | '041200775' | '041201143' | '041201635' | '041201703' | '041202582' | '041203400' | '041203811' | '041203824' | '041204726' | '041205631' | '041206135' | '041207040' | '041208748' | '041208777' | '041209080' | '041210053' | '041210985' | '041212637' | '041212815' | '041212983' | '041213872' | '041215016' | '041215032' | '041215498' | '041215537' | '041215553' | '041215692' | '041215854' | '042000013' | '042000314' | '042000398' | '042015422' | '042100146' | '042100175' | '042100188' | '042100191' | '042100230' | '042101190' | '042101446' | '042101475' | '042101572' | '042102160' | '042102267' | '042102403' | '042103460' | '042103826' | '042103994' | '042104469' | '042104825' | '042104854' | '042105154' | '042105484' | '042105785' | '042106331' | '042107673' | '042108290' | '042108517' | '042174486' | '042200295' | '042200910' | '042201948' | '042202196' | '042202264' | '042205038' | '042205708' | '042207735' | '042209063' | '042210722' | '042212050' | '042212568' | '042215060' | '042305420' | '042307237' | '043000096' | '043000106' | '043000261' | '043000630' | '043002023' | '043002900' | '043018868' | '043202946' | '043300738' | '043301601' | '043302493' | '043303447' | '043306826' | '043311497' | '043317569' | '043318092' | '043318500' | '043318791' | '043400036' | '044000024' | '044000037' | '044000642' | '044002161' | '044015831' | '044072298' | '044072337' | '044105576' | '044108641' | '044109297' | '044109336' | '044115090' | '044115443' | '044115760' | '044201030' | '044202505' | '044205146' | '044211910' | '051000017' | '051000020' | '051000253' | '051001414' | '051005106' | '051006778' | '051009296' | '051057015' | '051400361' | '051400507' | '051400549' | '051401043' | '051401849' | '051402372' | '051402518' | '051402961' | '051403122' | '051403517' | '051403630' | '051403672' | '051403779' | '051403915' | '051403957' | '051404260' | '051404325' | '051404419' | '051404464' | '051404901' | '051404985' | '051408949' | '051409016' | '051409029' | '051409171' | '051409197' | '051409414' | '051409582' | '051409605' | '051501150' | '051501257' | '051501299' | '051501325' | '051501451' | '051501723' | '051501765' | '051502159' | '051502395' | '051502599' | '051503145' | '051503394' | '051503909' | '051504377' | '051504429' | '051504597' | '051504791' | '051900366' | '051903761' | '051904524' | '052000016' | '052000113' | '052000618' | '052001633' | '052001963' | '052002166' | '052100547' | '052101588' | '052102228' | '052102590' | '052201938' | '052203046' | '053000183' | '053000196' | '053000219' | '053012029' | '053100300' | '053100355' | '053100452' | '053100465' | '053100494' | '053100737' | '053101121' | '053101273' | '053101341' | '053101529' | '053101561' | '053101626' | '053102117' | '053103585' | '053103640' | '053103682' | '053106799' | '053107633' | '053107963' | '053108580' | '053109877' | '053110002' | '053110112' | '053110303' | '053110400' | '053111690' | '053112110' | '053112220' | '053112233' | '053112275' | '053112327' | '053112356' | '053112408' | '053112453' | '053112466' | '053112631' | '053112660' | '053112673' | '053112686' | '053112709' | '053112864' | '053174048' | '053200019' | '053200501' | '053200983' | '053201034' | '053201607' | '053201814' | '053201856' | '053202033' | '053202305' | '053202318' | '053206738' | '053206741' | '053207106' | '053207119' | '053207216' | '053207371' | '053207533' | '053207766' | '053208105' | '053208260' | '053208309' | '053285173' | '053900225' | '053901473' | '053902197' | '053904483' | '054000030' | '054000807' | '054001204' | '054001220' | '054001547' | '054001686' | '054001709' | '054001725' | '054001767' | '055001054' | '055001258' | '055001986' | '055002150' | '055002341' | '055002480' | '055002558' | '055002707' | '055003133' | '055003201' | '055003298' | '055003308' | '055003418' | '055003434' | '055003489' | '055003492' | '056001066' | '056004089' | '056005318' | '056007387' | '056007604' | '056009123' | '056009246' | '056009356' | '056009479' | '056009482' | '056073502' | '056073573' | '056073612' | '057000668' | '057001418' | '057001971' | '061000010' | '061000052' | '061000104' | '061000227' | '061000256' | '061019975' | '061092332' | '061092387' | '061100790' | '061101155' | '061101375' | '061102138' | '061102617' | '061103056' | '061103218' | '061103849' | '061104204' | '061104877' | '061107515' | '061110654' | '061111255' | '061112364' | '061112788' | '061113279' | '061113415' | '061119477' | '061120437' | '061120547' | '061120893' | '061121025' | '061121452' | '061192274' | '061201042' | '061201754' | '061202371' | '061202533' | '061203655' | '061204052' | '061204683' | '061204735' | '061205844' | '061206814' | '061209552' | '061209756' | '061210965' | '061211317' | '061211430' | '061211870' | '061211964' | '061212015' | '061212235' | '061220049' | '061220654' | '061221310' | '061303348' | '061309520' | '061309669' | '062000019' | '062000080' | '062005690' | '062006534' | '062006709' | '062006806' | '062101031' | '062103217' | '062104290' | '062106573' | '062201106' | '062201342' | '062201559' | '062202163' | '062202192' | '062202477' | '062203010' | '062203476' | '062203735' | '062203751' | '062203874' | '062203942' | '062203955' | '062203984' | '062204019' | '062204022' | '062204129' | '062204569' | '062205704' | '062205791' | '062206431' | '062206444' | '062206512' | '062206567' | '063000021' | '063000047' | '063100277' | '063102152' | '063103915' | '063104668' | '063104927' | '063107513' | '063108680' | '063108732' | '063109430' | '063109935' | '063109964' | '063112142' | '063112728' | '063113057' | '063113772' | '063114030' | '063114551' | '063114661' | '063114894' | '063115505' | '063115893' | '063116203' | '063116261' | '063116481' | '063116737' | '063116834' | '063117024' | '063117040' | '063206663' | '063210112' | '063210125' | '063214312' | '063292855' | '064000017' | '064000020' | '064000046' | '064000059' | '064000185' | '064003768' | '064003962' | '064008611' | '064008912' | '064009474' | '064009487' | '064101589' | '064101660' | '064102740' | '064102999' | '064103079' | '064103464' | '064103529' | '064103707' | '064103833' | '064104052' | '064104353' | '064105734' | '064108113' | '064108443' | '064108663' | '064108786' | '064108838' | '064109057' | '064109086' | '064200765' | '064200914' | '064201845' | '064201968' | '064202255' | '064202268' | '064202501' | '064202705' | '064202844' | '064202983' | '064204774' | '064206031' | '064207946' | '064208165' | '064208398' | '064208453' | '064208518' | '064209216' | '065000090' | '065001426' | '065002030' | '065002108' | '065002548' | '065102833' | '065200188' | '065200243' | '065200722' | '065201064' | '065201116' | '065201530' | '065202791' | '065204249' | '065204579' | '065204757' | '065204760' | '065204951' | '065301100' | '065301155' | '065301948' | '065302196' | '065303467' | '065305436' | '065306189' | '065382514' | '065400137' | '065400140' | '065400483' | '065400755' | '065401107' | '065402339' | '065402494' | '065402517' | '065402889' | '065403370' | '065403626' | '065404256' | '065404418' | '065404560' | '065405132' | '065405145' | '066004600' | '066010445' | '066011350' | '066011392' | '067000438' | '067003778' | '067004764' | '067006432' | '067009390' | '067010509' | '067010583' | '067011142' | '067011715' | '067012099' | '067013179' | '067013247' | '067013564' | '067014181' | '067014246' | '067014592' | '067014822' | '067015397' | '067015795' | '067016914' | '067017065' | '067017078' | '067091719' | '067091780' | '071000013' | '071000039' | '071000288' | '071000505' | '071000770' | '071001504' | '071001533' | '071002053' | '071004200' | '071025661' | '071026356' | '071026408' | '071026576' | '071026628' | '071027216' | '071074528' | '071100269' | '071101307' | '071101310' | '071102186' | '071102238' | '071102487' | '071102568' | '071103619' | '071105002' | '071105536' | '071105756' | '071105866' | '071106195' | '071108407' | '071108423' | '071108559' | '071109228' | '071109338' | '071109435' | '071111371' | '071112066' | '071112176' | '071113049' | '071113476' | '071113748' | '071118659' | '071120207' | '071121963' | '071122056' | '071122140' | '071122263' | '071122616' | '071122661' | '071122933' | '071123149' | '071123385' | '071124614' | '071125891' | '071200538' | '071201320' | '071201647' | '071208297' | '071211734' | '071212128' | '071214579' | '071902030' | '071902043' | '071902399' | '071902878' | '071903929' | '071904290' | '071904779' | '071905082' | '071909871' | '071910776' | '071911652' | '071913731' | '071918561' | '071919133' | '071920559' | '071921891' | '071922175' | '071923226' | '071923284' | '071923909' | '071925334' | '071925389' | '071925402' | '071925444' | '071925460' | '071925567' | '071925651' | '071925787' | '071926045' | '071926155' | '071926184' | '071926197' | '071926249' | '071926582' | '071926650' | '071926692' | '071974372' | '071993162' | '072000096' | '072000326' | '072000805' | '072400052' | '072401048' | '072401404' | '072402076' | '072402212' | '072402283' | '072402652' | '072402856' | '072403004' | '072403473' | '072403635' | '072403978' | '072403994' | '072404058' | '072404320' | '072404333' | '072405455' | '072405604' | '072405688' | '072406865' | '072408290' | '072408436' | '072410903' | '072411708' | '072412927' | '072413104' | '072413609' | '072413722' | '072413735' | '072413829' | '072413845' | '072414064' | '072414158' | '072414297' | '072414378' | '072414514' | '073000176' | '073000228' | '073000545' | '073900085' | '073900438' | '073900742' | '073901233' | '073901592' | '073901880' | '073902122' | '073902232' | '073902436' | '073902494' | '073902546' | '073902766' | '073903325' | '073903354' | '073903383' | '073903503' | '073903846' | '073907334' | '073907729' | '073910091' | '073910745' | '073911061' | '073911511' | '073911870' | '073911951' | '073912264' | '073913467' | '073913580' | '073913755' | '073913959' | '073914220' | '073914369' | '073916545' | '073918857' | '073919212' | '073919571' | '073920777' | '073921158' | '073921433' | '073921514' | '073921873' | '073922005' | '073922021' | '073922238' | '073922351' | '073922652' | '073922762' | '073922869' | '073923059' | '074000010' | '074000078' | '074001048' | '074006674' | '074014187' | '074014213' | '074071926' | '074900275' | '074900356' | '074900783' | '074901672' | '074902082' | '074902341' | '074903065' | '074903308' | '074903337' | '074903560' | '074903670' | '074903719' | '074903955' | '074904132' | '074904187' | '074904190' | '074904394' | '074904640' | '074905225' | '074905403' | '074906091' | '074906211' | '074906994' | '074907126' | '074907317' | '074908138' | '074908248' | '074908426' | '074908594' | '074908934' | '074909153' | '074909357' | '074909470' | '074910692' | '074910799' | '074910854' | '074911578' | '074912603' | '074912645' | '074912690' | '074912849' | '074913327' | '074914407' | '074914452' | '074920909' | '074920912' | '075000019' | '075000022' | '075900766' | '075902007' | '075902175' | '075902337' | '075902421' | '075902670' | '075902722' | '075903116' | '075903158' | '075903174' | '075903226' | '075904953' | '075905787' | '075906171' | '075906634' | '075907374' | '075907497' | '075907552' | '075908001' | '075911603' | '075911616' | '075911742' | '075911852' | '075911988' | '075912770' | '075917843' | '075917937' | '075918334' | '075972105' | '081000032' | '081000210' | '081000676' | '081001387' | '081001439' | '081003275' | '081004601' | '081009428' | '081017478' | '081018998' | '081019104' | '081019133' | '081019162' | '081026540' | '081200528' | '081201695' | '081202759' | '081202869' | '081203318' | '081204281' | '081204540' | '081204867' | '081205112' | '081205222' | '081205727' | '081206807' | '081206946' | '081207068' | '081210398' | '081211300' | '081211669' | '081212273' | '081212613' | '081213780' | '081216758' | '081218879' | '081221646' | '081224122' | '081226421' | '081303920' | '081308161' | '081311666' | '081500749' | '081500859' | '081501175' | '081501227' | '081501489' | '081501696' | '081502530' | '081506523' | '081507014' | '081507470' | '081508466' | '081508602' | '081509070' | '081510593' | '081511631' | '081516940' | '081517693' | '081517761' | '081517907' | '081517936' | '081518045' | '081518375' | '081518773' | '081518919' | '081519248' | '081519840' | '081903537' | '081903867' | '081904662' | '081904798' | '081904808' | '081905014' | '081905331' | '081905768' | '081906013' | '081906505' | '081913158' | '081914131' | '081918425' | '081918946' | '081925816' | '082000073' | '082000109' | '082000549' | '082001687' | '082900319' | '082901088' | '082901279' | '082901444' | '082901635' | '082902663' | '082903109' | '082903439' | '082904056' | '082904373' | '082904726' | '082904991' | '082907710' | '082907781' | '082908832' | '083000108' | '083000137' | '083000564' | '083000726' | '083002342' | '083002520' | '083009060' | '083074451' | '083900363' | '083900525' | '083900680' | '083901087' | '083901113' | '083901333' | '083901728' | '083901744' | '083901773' | '083901809' | '083901896' | '083902044' | '083902154' | '083902196' | '083902316' | '083902455' | '083902468' | '083902507' | '083902581' | '083902633' | '083902756' | '083902811' | '083903108' | '083903328' | '083903386' | '083903564' | '083903580' | '083903661' | '083903690' | '083903742' | '083904181' | '083904563' | '083904631' | '083904660' | '083904974' | '083905216' | '083905630' | '083905685' | '083905902' | '083906668' | '083907560' | '083907667' | '083907722' | '083907887' | '083907926' | '083908048' | '083908200' | '083908307' | '083908310' | '083908323' | '083908381' | '083914236' | '083974289' | '083974412' | '083974467' | '084000013' | '084000819' | '084006952' | '084008426' | '084008947' | '084009593' | '084009616' | '084101417' | '084106027' | '084201294' | '084202073' | '084202264' | '084202280' | '084206082' | '084301408' | '084302614' | '084303639' | '084304272' | '084304968' | '084307033' | '086300041' | '086500346' | '086500605' | '086500634' | '086501578' | '086505273' | '086505545' | '086518477' | '086518891' | '086519421' | '086519609' | '091000019' | '091000022' | '091000132' | '091001322' | '091014458' | '091017523' | '091018438' | '091057017' | '091101455' | '091101730' | '091101950' | '091102894' | '091103505' | '091107705' | '091108539' | '091200592' | '091200961' | '091201232' | '091208154' | '091208332' | '091208471' | '091209755' | '091210074' | '091210375' | '091211905' | '091212865' | '091213673' | '091214627' | '091215927' | '091216780' | '091300010' | '091300023' | '091300036' | '091300159' | '091300285' | '091302762' | '091303871' | '091304634' | '091305031' | '091305329' | '091307149' | '091307275' | '091309846' | '091310440' | '091310615' | '091310673' | '091310754' | '091310767' | '091310864' | '091311106' | '091311177' | '091400046' | '091400486' | '091400680' | '091404369' | '091408501' | '091408598' | '091409571' | '091409610' | '091505242' | '091518488' | '091800028' | '091800293' | '091801234' | '091803290' | '091803562' | '091803889' | '091803957' | '091804147' | '091804833' | '091807254' | '091808347' | '091900106' | '091900216' | '091900465' | '091901202' | '091901969' | '091902023' | '091902065' | '091903404' | '091903530' | '091904610' | '091904827' | '091904856' | '091906760' | '091908726' | '091908881' | '091909466' | '091911548' | '091914202' | '091914273' | '091914710' | '091915201' | '091915751' | '091916093' | '091916255' | '091917160' | '091917351' | '091917513' | '091918457' | '092900383' | '092901560' | '092901625' | '092904554' | '092905168' | '092905249' | '092905278' | '092905443' | '092905456' | '096001013' | '096016930' | '096017670' | '101000019' | '101000035' | '101000187' | '101000695' | '101000925' | '101019084' | '101089292' | '101089975' | '101100016' | '101100029' | '101100045' | '101100171' | '101100375' | '101100618' | '101100993' | '101101219' | '101101293' | '101101620' | '101101921' | '101102221' | '101102852' | '101103327' | '101103356' | '101103385' | '101103660' | '101104494' | '101104504' | '101104805' | '101105354' | '101105817' | '101106214' | '101106285' | '101106528' | '101106913' | '101108034' | '101108380' | '101110404' | '101110488' | '101110802' | '101111704' | '101112046' | '101113841' | '101114442' | '101114659' | '101114691' | '101115292' | '101115315' | '101115399' | '101200453' | '101201863' | '101201892' | '101202257' | '101202875' | '101203641' | '101204954' | '101205050' | '101207210' | '101219761' | '101902052' | '101902146' | '101903763' | '101903938' | '101904186' | '101904911' | '101905004' | '101911962' | '101916307' | '101918075' | '102000021' | '102000076' | '102000908' | '102000979' | '102001017' | '102002757' | '102003154' | '102003743' | '102007008' | '102007299' | '102089259' | '102089929' | '102100662' | '102100675' | '102100918' | '102101111' | '102101360' | '102101645' | '102102000' | '102103407' | '102103562' | '102104684' | '102104927' | '102105353' | '102106705' | '102189285' | '102206728' | '102300242' | '102301092' | '102306356' | '102307164' | '103000017' | '103000648' | '103000680' | '103001809' | '103002251' | '103002691' | '103003616' | '103003632' | '103009160' | '103012843' | '103013017' | '103057002' | '103100179' | '103100218' | '103100959' | '103101107' | '103101505' | '103101631' | '103101848' | '103102193' | '103102452' | '103102627' | '103102892' | '103103451' | '103105190' | '103105488' | '103107004' | '103107622' | '103107839' | '103110237' | '103112015' | '103112510' | '103189682' | '103902717' | '103912723' | '104000029' | '104000058' | '104000841' | '104000854' | '104000870' | '104001138' | '104001808' | '104014138' | '104100783' | '104101258' | '104101575' | '104102192' | '104106473' | '104106693' | '104108507' | '104110113' | '104110919' | '104112409' | '104112771' | '104113819' | '104900527' | '104900802' | '104900938' | '104901364' | '104901584' | '104901607' | '104901678' | '104902114' | '104902172' | '104902347' | '104903362' | '104903388' | '104905616' | '104908422' | '104908956' | '104909531' | '104910795' | '104913530' | '104913970' | '107000152' | '107000275' | '107000327' | '107001096' | '107001261' | '107001326' | '107002147' | '107002192' | '107002312' | '107002723' | '107003861' | '107003942' | '107005047' | '107006813' | '107006839' | '107006994' | '107007391' | '107089555' | '111000012' | '111000025' | '111000614' | '111000753' | '111001040' | '111001150' | '111011878' | '111015159' | '111016501' | '111017458' | '111017694' | '111017979' | '111024865' | '111024975' | '111025013' | '111025466' | '111025877' | '111026041' | '111026177' | '111101157' | '111101461' | '111101636' | '111101911' | '111101995' | '111102389' | '111102596' | '111102758' | '111103168' | '111103634' | '111104507' | '111104785' | '111104798' | '111104853' | '111104879' | '111104947' | '111193550' | '111300880' | '111300958' | '111301122' | '111301737' | '111302370' | '111302600' | '111303007' | '111303010' | '111303489' | '111304637' | '111308057' | '111311785' | '111312894' | '111314575' | '111316887' | '111317569' | '111317637' | '111317844' | '111318584' | '111322664' | '111322994' | '111323207' | '111323689' | '111324293' | '111900455' | '111900510' | '111900549' | '111900594' | '111900659' | '111900785' | '111901014' | '111901467' | '111901519' | '111901946' | '111901975' | '111901988' | '111902398' | '111902424' | '111903151' | '111903245' | '111903465' | '111904192' | '111904215' | '111904480' | '111904503' | '111905324' | '111905641' | '111906048' | '111906271' | '111906349' | '111906501' | '111907144' | '111907940' | '111909391' | '111909443' | '111909634' | '111910160' | '111912388' | '111913248' | '111914878' | '111915709' | '111916588' | '111916724' | '111916915' | '111917309' | '111920312' | '111921861' | '111922776' | '111923238' | '111923607' | '111924237' | '111924538' | '111925113' | '111925579' | '111925935' | '111993695' | '111993776' | '112000066' | '112017619' | '112200620' | '112201289' | '112201797' | '112201836' | '112201988' | '112203122' | '112206776' | '112307222' | '112314066' | '112321318' | '112322508' | '113000023' | '113000609' | '113002296' | '113007673' | '113011258' | '113017870' | '113024520' | '113024915' | '113025299' | '113025723' | '113025972' | '113094149' | '113100091' | '113101809' | '113102138' | '113104880' | '113105449' | '113106956' | '113109377' | '113110256' | '113112995' | '113117194' | '113117767' | '113120291' | '113122804' | '113123065' | '113123528' | '113123667' | '113126431' | '113193532' | '114000093' | '114000653' | '114000763' | '114094384' | '114900685' | '114902227' | '114902560' | '114907633' | '114908289' | '114910918' | '114915803' | '114920128' | '114920526' | '114922430' | '114923329' | '114924810' | '114925547' | '116312873' | '121000248' | '121000358' | '121000497' | '121042484' | '121042882' | '121044055' | '121045106' | '121045274' | '121100782' | '121101037' | '121103886' | '121108250' | '121108441' | '121109518' | '121122676' | '121125660' | '121135045' | '121136785' | '121137522' | '121137726' | '121138013' | '121138288' | '121139287' | '121139685' | '121140276' | '121140399' | '121140713' | '121140742' | '121140823' | '121140933' | '121141042' | '121141107' | '121141534' | '121141819' | '121141822' | '121141864' | '121142119' | '121142407' | '121142517' | '121142627' | '121142902' | '121143037' | '121143118' | '121143260' | '121144146' | '121144214' | '121144324' | '121144463' | '121145307' | '121145433' | '121145446' | '121145459' | '121145462' | '121145475' | '121145491' | '121181730' | '121181743' | '121181798' | '121181866' | '121181905' | '121201652' | '121201694' | '121202062' | '121202185' | '122000030' | '122000247' | '122000496' | '122000661' | '122039179' | '122039399' | '122043518' | '122043602' | '122043864' | '122044229' | '122100024' | '122101191' | '122101706' | '122105155' | '122105278' | '122105320' | '122105524' | '122105647' | '122105896' | '122105906' | '122105980' | '122106251' | '122106316' | '122106455' | '122106471' | '122106484' | '122187076' | '122187238' | '122187445' | '122201198' | '122204771' | '122220593' | '122232109' | '122234149' | '122235821' | '122237955' | '122238077' | '122239542' | '122239584' | '122240683' | '122240861' | '122241501' | '122241941' | '122242034' | '122242607' | '122242791' | '122242843' | '122243596' | '122243635' | '122243703' | '122243761' | '122244032' | '122244676' | '122245219' | '122245235' | '122245251' | '122245293' | '122245374' | '122245387' | '122245390' | '122287170' | '122287251' | '122287581' | '122400724' | '122400779' | '122401710' | '122401778' | '122402007' | '122402049' | '122402104' | '122402298' | '122402382' | '122402434' | '122402476' | '122487022' | '122487307' | '123000068' | '123000165' | '123000220' | '123000848' | '123002011' | '123006389' | '123006729' | '123006800' | '123006897' | '123103606' | '123103716' | '123103729' | '123103826' | '123103868' | '123200088' | '123201045' | '123202125' | '123202280' | '123202921' | '123203218' | '123203535' | '123205054' | '123205135' | '123206011' | '123206053' | '123206189' | '123206406' | '123206448' | '123206516' | '123206545' | '123206561' | '123206613' | '123206671' | '123206710' | '123206736' | '123206778' | '123206875' | '123206914' | '123206927' | '123206956' | '123206972' | '123271978' | '123304023' | '123305378' | '123306885' | '123308090' | '123308553' | '123308825' | '124000012' | '124000025' | '124000054' | '124000737' | '124001545' | '124002735' | '124002971' | '124003077' | '124071944' | '124084834' | '124100064' | '124100080' | '124101555' | '124103582' | '124103786' | '124103799' | '124103838' | '124103922' | '124300107' | '124302150' | '124302613' | '124302927' | '124303007' | '124303010' | '124303023' | '124303269' | '124303298' | '124384657' | '124384974' | '125000024' | '125000105' | '125000118' | '125000574' | '125006390' | '125007098' | '125008288' | '125008518' | '125008547' | '125100076' | '125101651' | '125102278' | '125102906' | '125104315' | '125104603' | '125104865' | '125107079' | '125107260' | '125107532' | '125107626' | '125107736' | '125107778' | '125107875' | '125108146' | '125108159' | '125108243' | '125108272' | '125108405' | '125108450' | '125108625' | '125108887' | '125108913' | '125184746' | '125200057' | '125200060' | '125200879' | '125200947' | '211070175' | '211073473' | '211080712' | '211170088' | '211170101' | '211170114' | '211170130' | '211170156' | '211170185' | '211170237' | '211170363' | '211170376' | '211173357' | '211173373' | '211174165' | '211174178' | '211174259' | '211174330' | '211174369' | '211174990' | '211178598' | '211272766' | '211273749' | '211274382' | '211274395' | '211274421' | '211274450' | '211274492' | '211274515' | '211274531' | '211274557' | '211274573' | '211274599' | '211287298' | '211287463' | '211287560' | '211287696' | '211287748' | '211287816' | '211287971' | '211288019' | '211288161' | '211288174' | '211288239' | '211288307' | '211288491' | '211288598' | '211291666' | '211370231' | '211370338' | '211370419' | '211370503' | '211370529' | '211370545' | '211370558' | '211370639' | '211370642' | '211370707' | '211370752' | '211370859' | '211370888' | '211370943' | '211371023' | '211371078' | '211371227' | '211371243' | '211371298' | '211371379' | '211371463' | '211371492' | '211371573' | '211371586' | '211371599' | '211371641' | '211371735' | '211371845' | '211371858' | '211371926' | '211371997' | '211372035' | '211372048' | '211372103' | '211372239' | '211372271' | '211372323' | '211372378' | '211372404' | '211372828' | '211373102' | '211373267' | '211373539' | '211373584' | '211374004' | '211374020' | '211380302' | '211381372' | '211381990' | '211383846' | '211383972' | '211384214' | '211384434' | '211386597' | '211391773' | '211391825' | '211470018' | '211470225' | '211470319' | '211472977' | '211475000' | '211489656' | '211489669' | '211573151' | '211573313' | '211574613' | '211574642' | '211574833' | '211590260' | '211672531' | '211672683' | '211674788' | '211690911' | '211691266' | '211691541' | '211770093' | '211770174' | '211770190' | '211770271' | '211772936' | '211870281' | '211870935' | '211871523' | '211871604' | '211871688' | '211872331' | '211882091' | '211883223' | '211883414' | '211885250' | '211885917' | '211885988' | '221172296' | '221172610' | '221182781' | '221270075' | '221270240' | '221270651' | '221271058' | '221271359' | '221271414' | '221271935' | '221271948' | '221272031' | '221272167' | '221275533' | '221276370' | '221276817' | '221278307' | '221283428' | '221283512' | '221370030' | '221370616' | '221371123' | '221371356' | '221371372' | '221371563' | '221371770' | '221371822' | '221374984' | '221375132' | '221375378' | '221375543' | '221376872' | '221379251' | '221379536' | '221380761' | '221381003' | '221381304' | '221381540' | '221381867' | '221471227' | '221471858' | '221472776' | '221472792' | '221472815' | '221473652' | '221970346' | '221970443' | '221971086' | '221971264' | '221971316' | '221971332' | '221972027' | '221972111' | '221975956' | '221979101' | '221979363' | '221981063' | '221981254' | '221981335' | '221981652' | '222079440' | '222080277' | '222370440' | '222371054' | '222371656' | '222371740' | '222371863' | '222371876' | '222380359' | '222380391' | '222380508' | '222381112' | '222381824' | '222381882' | '222382221' | '222382315' | '222382425' | '222382438' | '222382739' | '226070115' | '226070128' | '226070364' | '226070555' | '226070584' | '226070652' | '226070665' | '226070717' | '226070856' | '226071389' | '226071457' | '226072346' | '226072375' | '226072498' | '226078609' | '226082598' | '231175759' | '231176884' | '231270340' | '231270353' | '231271145' | '231271378' | '231271501' | '231371595' | '231371692' | '231371841' | '231372141' | '231372170' | '231372691' | '231373069' | '231375575' | '231379034' | '231379115' | '231379306' | '231380104' | '231381116' | '231381514' | '231382241' | '231385154' | '231385183' | '231385536' | '231385646' | '231385785' | '231385798' | '231385918' | '231386263' | '231386645' | '231387165' | '231387550' | '236070545' | '236074619' | '236084243' | '236084751' | '236084832' | '236087664' | '241070417' | '241070459' | '241075056' | '241075726' | '241270819' | '241271371' | '241271795' | '241273269' | '241273861' | '241273887' | '241274077' | '241274459' | '241274501' | '241278167' | '241278345' | '241278361' | '241279292' | '241279564' | '241279616' | '241279881' | '241279920' | '241280430' | '241280582' | '241281251' | '241281442' | '241281471' | '241281882' | '241282153' | '241282373' | '241282577' | '241282658' | '241282739' | '241283945' | '242070791' | '242071004' | '242071295' | '242071350' | '242071402' | '242071473' | '242072391' | '242074425' | '242076591' | '242076601' | '242076643' | '242170426' | '242175528' | '242176051' | '242186258' | '242272175' | '242272191' | '242272272' | '242272874' | '242276362' | '242277675' | '242277808' | '242278205' | '242278247' | '242278409' | '242278713' | '242278742' | '242278823' | '242278878' | '242279068' | '243073852' | '243083237' | '243278709' | '243279229' | '243279449' | '243373112' | '243373248' | '243373358' | '243379925' | '243380516' | '243381845' | '243381939' | '243384965' | '243385456' | '243474273' | '243474312' | '243475829' | '244077035' | '244077093' | '244077255' | '244077271' | '244077323' | '244077556' | '244077682' | '244077886' | '244077909' | '244084264' | '244179027' | '244180537' | '244180663' | '244180689' | '244273826' | '251082495' | '251480806' | '251480851' | '251481122' | '251481180' | '251481368' | '251481627' | '251483023' | '251983730' | '251984386' | '252070299' | '252070752' | '252071159' | '252071557' | '252075757' | '252177121' | '253075028' | '253170305' | '253170758' | '253171430' | '253171676' | '253171773' | '253174576' | '253174738' | '253174903' | '253175397' | '253175449' | '253175494' | '253175724' | '253175931' | '253177832' | '253177887' | '253184317' | '253184854' | '253271822' | '253272009' | '253279277' | '253978756' | '254070019' | '254070116' | '254070132' | '254074170' | '254074345' | '254074426' | '254074581' | '254074785' | '254075506' | '255070351' | '255071981' | '255072029' | '255072126' | '255072207' | '255072252' | '255072935' | '255074988' | '255076753' | '255076944' | '255077370' | '256072691' | '256072701' | '256074974' | '256075025' | '256075520' | '256078514' | '261170025' | '261170371' | '261170740' | '261171309' | '261171480' | '261171493' | '261171587' | '261173352' | '261174759' | '261272046' | '261272460' | '261272826' | '261388325' | '262083881' | '262084916' | '262085863' | '262086561' | '262087447' | '262087528' | '262090120' | '262183749' | '262184515' | '262275783' | '262275835' | '262275848' | '262275958' | '262277011' | '262277118' | '262277215' | '262283665' | '262284279' | '262284415' | '262284431' | '262285511' | '262287195' | '263078918' | '263078934' | '263079014' | '263079124' | '263170175' | '263177712' | '263177725' | '263177903' | '263177916' | '263178410' | '263178452' | '263178478' | '263179817' | '263179859' | '263179914' | '263179956' | '263181229' | '263181287' | '263181384' | '263181423' | '263181779' | '263182040' | '263182150' | '263182817' | '263182914' | '263183159' | '263189069' | '263189865' | '263190812' | '263191387' | '263191675' | '263277599' | '263281624' | '263281679' | '263281695' | '264171270' | '264179900' | '264181626' | '264182395' | '264271468' | '264279350' | '264279554' | '264281364' | '264281393' | '264281416' | '264281432' | '265070435' | '265070545' | '265075401' | '265076329' | '265176151' | '265176203' | '265274451' | '265274749' | '265274859' | '265371066' | '265377073' | '265377345' | '265377484' | '265472208' | '265473317' | '265473582' | '265473731' | '265473773' | '265476534' | '266080372' | '266086554' | '267077627' | '267077821' | '267078707' | '267084131' | '267084199' | '267087769' | '267090594' | '271070801' | '271071169' | '271071321' | '271074331' | '271076986' | '271080817' | '271173452' | '271173724' | '271182919' | '271183219' | '271186423' | '271187642' | '271189446' | '271290597' | '271291017' | '271291596' | '271291619' | '271291855' | '271973403' | '271973762' | '271974062' | '271975391' | '271975498' | '271980111' | '271983341' | '271984832' | '271985624' | '271987088' | '271987635' | '271989060' | '271989112' | '271989688' | '271989950' | '271990198' | '271990923' | '271991207' | '271991210' | '272078268' | '272078365' | '272079021' | '272079487' | '272476239' | '272476394' | '272476433' | '272476543' | '272476653' | '272476734' | '272477241' | '272477322' | '272477500' | '272479663' | '272479867' | '272479935' | '272480128' | '272480131' | '272480173' | '272480694' | '272480872' | '272481499' | '272481583' | '272481729' | '272482508' | '272482838' | '272482883' | '272483060' | '272483170' | '272483633' | '272483743' | '272483785' | '272484056' | '272484247' | '272484535' | '272484658' | '272484852' | '272484894' | '272484988' | '272485107' | '272485291' | '272485385' | '272485424' | '272486627' | '272486724' | '273073945' | '273970682' | '273975098' | '273976369' | '274074037' | '274074040' | '274970063' | '274970076' | '274970144' | '274970186' | '274970199' | '274970212' | '274970267' | '274970610' | '274970649' | '274970827' | '274972605' | '274972744' | '274973183' | '274973196' | '274973316' | '274973578' | '274974726' | '274975152' | '274975262' | '274976038' | '274976067' | '274976151' | '274976193' | '275071356' | '275080334' | '275082439' | '275971139' | '275978048' | '275979173' | '275980735' | '275981378' | '275981394' | '275982526' | '281076277' | '281076730' | '281080315' | '281081000' | '281081738' | '281082339' | '281085705' | '281271014' | '281276420' | '281573204' | '281586398' | '282075523' | '282974831' | '282975856' | '283071830' | '283079159' | '283971901' | '283972162' | '283977688' | '283978441' | '283978467' | '284084208' | '284084813' | '284085375' | '284373760' | '284373838' | '286377777' | '286582737' | '286582740' | '286586416' | '291074612' | '291075080' | '291172637' | '291172640' | '291172844' | '291275194' | '291276481' | '291276591' | '291378871' | '291379142' | '291479592' | '291479929' | '291479945' | '291479987' | '291580614' | '291880411' | '291970033' | '291971430' | '291973755' | '291975423' | '292977666' | '292977899' | '296076013' | '296076152' | '296076262' | '296076301' | '301071592' | '301078731' | '301079183' | '301080428' | '301170668' | '301171081' | '301171285' | '301178288' | '301180111' | '302075018' | '302075128' | '302075238' | '302075267' | '302075306' | '302075319' | '302075416' | '302075830' | '302075982' | '302076004' | '302076033' | '302076266' | '302170405' | '302170463' | '302177576' | '302373011' | '302373118' | '303085227' | '303085418' | '303085829' | '303087995' | '303184652' | '303188111' | '303986313' | '304971945' | '307070050' | '307070115' | '307070267' | '307070270' | '307072443' | '307074580' | '307076711' | '307076889' | '307083652' | '307086691' | '307086879' | '311079186' | '311079270' | '311079306' | '311079474' | '311080311' | '311090673' | '311175093' | '311175514' | '311372744' | '311376850' | '311376902' | '311377943' | '311382527' | '311390140' | '311972704' | '311978818' | '311980725' | '311981533' | '311981669' | '311982435' | '311985542' | '311985788' | '311986376' | '311987786' | '311989001' | '311990511' | '312270010' | '312270379' | '312276072' | '313072819' | '313080636' | '313083196' | '313083659' | '313084001' | '313084124' | '313085288' | '313173349' | '313173792' | '313187021' | '313187649' | '313189401' | '314088284' | '314089681' | '314977191' | '314977227' | '314985332' | '316386434' | '321070007' | '321075866' | '321075947' | '321076470' | '321081669' | '321170318' | '321171139' | '321171184' | '321171731' | '321173072' | '321173386' | '321173674' | '321175261' | '321175481' | '321175520' | '321176833' | '321176972' | '321177586' | '321177722' | '321177968' | '321178158' | '321178336' | '321180379' | '321180515' | '321181271' | '321181307' | '321270742' | '321280198' | '321280208' | '321370707' | '321379041' | '321379410' | '321379656' | '321379902' | '321380085' | '322077779' | '322078370' | '322078927' | '322078972' | '322079502' | '322085318' | '322172108' | '322172111' | '322172425' | '322172496' | '322172742' | '322172797' | '322172849' | '322174588' | '322174708' | '322174795' | '322174821' | '322270518' | '322271326' | '322271627' | '322271724' | '322271779' | '322273489' | '322274116' | '322274187' | '322275607' | '322276509' | '322276774' | '322278073' | '322280032' | '322280058' | '322280278' | '322280906' | '322281484' | '322281578' | '322282001' | '322282616' | '322283220' | '322283505' | '322283796' | '322286120' | '322484265' | '322484634' | '323070380' | '323075136' | '323075563' | '323075880' | '323170112' | '323173313' | '323270216' | '323270300' | '323270313' | '323270436' | '323271493' | '323274238' | '323274351' | '323274445' | '323274461' | '323274885' | '323276320' | '323276391' | '323370776' | '323371076' | '324079416' | '324079500' | '324170179' | '324173079' | '324173383' | '324173626' | '324173710' | '324173817' | '324377202' | '324377613' | '324377710' | '324377820' | '325070760' | '325072166' | '325081827' | '325170699' | '325170754' | '325170848' | '325171122' | '325171740' | '325180155' | '325180223' | '325180634' | '325181248' | '325182357' | '325182690' | '325182849' | '325182946' | '325183738' | '325271268' | '325272157' | '325272270' | '91000022' | '31176110' | '64000017' | '71000013' | '28000121' | '51503394' | '72000805' | '41200050' | '31302955' | '63107513' | '11000138' | '21200339' | '63102152' | '43000096' | '51000017' | '81000210' | '53100737' | '51000020' | '63100277' | '21000021' | '83900363' | '83000108' | '61000052' | '21202337' | '74000010' | '21200025' | '55002707' | '62000080' | '81000032' | '41000124' | '65301948' | '71921891' | '63214312' | '73000228' | '73901233' | '62000019' | '64000020' | '41001039' | '21200957' | '44000037' | '43400036' | '11500120' | '54000030' | '61101375' | '26013673' | '53000196' | '11001276' | '67014822' | '83900680' | '67013179' | '72000326' | '83009060' | '22300173' | '64103529' | '21000322' | '31202084' | '31201360' | '21906934' | '44000024' | '86500634' | '72403473' | '71025661' | '53000219' | '81904808' | '61019975' | '63104668' | '44115090' | '21000089' | '51404260' | '83901744' | '31100209' | '64107376' | '64008637' | '121202211' | '221272303' | '53102586' | '28000024' | '82900872' | '41215663' | '33' | '26073150' | '272471548' | '75900575' | '124303201' | '103100195' | '101100728' | '61112843' | '31101279' | '272480678' | '26014902' | '124071889' | '6' | '64101903' | '124303120' | '83903894' | '243374218' | '125108997' | '107001481' | '314074269' | '307070005' | '211382737' | '322070381' | '84106768' | '302373079' | '323076012' | '61120084' | '62001186' | '325180870' | '73972181' | '263179804' | '211589828' | '31100649' | '31919225' | '81511631' | '241270851' | '104913912' | '251082615' | '275979034' | '124003116' | '45415' | '265176339' | '73910114' | '263079276' | '263182312' | '31101334' | '101019644' | '92901683' | '74904530' | '113008465' | '56004445' | '275977256' | '103113441' | '273070278' | '307083678' | '251480738' | '311176021' | '281573259' | '263182516' | '273975726' | '72410165' | '91409843' | '103900036' | '263183175' | '51504759' | '26073008' | '102301636' | '111913879' | '114024260' | '011302742' | '091017138' | '061120220' | '063114797' | '123123123'
    - `swift_code` 'ADCYUS32' | 'ADTRUS31' | 'ADYBUS62' | 'AERIUS33' | 'AFCIUS42' | 'AFSOUS31' | 'AIAAUS3P' | 'ALERUS44' | 'ALTXUS44' | 'AMCSUS44' | 'ANBTUS44' | 'ANNAUS33' | 'APFDUS44' | 'APPIUS55' | 'ARSAUS31' | 'ATLCUS31' | 'BAYOUS32' | 'BBOKUS44' | 'BBTCUS44' | 'BCOVUS42' | 'BEVBUS44' | 'BFOKUS44' | 'BHNBUS3B' | 'BNCYUS31' | 'BNHAUS31' | 'BNNEUS66' | 'BNNPUS32' | 'BNTAUS32' | 'BOFAUS3M' | 'BOFAUS6H' | 'BOFAUSV1' | 'BRIWUS44' | 'BSMEUS33' | 'BUFBUS3M' | 'BUYEUS44' | 'BWSTUS66' | 'BYLIUS44' | 'CAVYUS61' | 'CAWLUS41' | 'CBBKUS6L' | 'CBKCUS44' | 'CBWEUS31' | 'CCDUUS33' | 'CCFCUS31' | 'CCFDUS41' | 'CCTRUS31' | 'CDNAUS3C' | 'CEAFUS62' | 'CHASUSU2' | 'CHBTUS44' | 'CHGOUS32' | 'CINIUS31' | 'CLBTUS44' | 'CLRTUS44' | 'CNEOUS33' | 'CNITUS44' | 'CNWVUS33' | 'COMHUS33' | 'COUYUS31' | 'CTSTUS33' | 'CTTYUS42' | 'CTUUUS44' | 'CTWTUS41' | 'CUESUS33' | 'CWBBUS6L' | 'DCNAUS31' | 'DIMBUS32' | 'DOEUUS32' | 'EAGEUS33' | 'EASAUS32' | 'EBTCUS33' | 'EBTRUS41' | 'EFCUUS33' | 'ENTPUS32' | 'ESAGUS32' | 'FBBMUS44' | 'FBCRUS51' | 'FBNVUS42' | 'FBOLUS6L' | 'FHNBUS41' | 'FICWUS33' | 'FIOAUS41' | 'FITEUS41' | 'FLGSUS33' | 'FLOCUS32' | 'FMCLUS66' | 'FNCTUS44' | 'FNTIUS31' | 'FOBRUS32' | 'FRNAUS44' | 'FRNHUS41' | 'FRSTUS44' | 'FSRSUS44' | 'FTBCUS3D' | 'FVPOUS44' | 'FVSTUS62' | 'GCUNUS62' | 'GEAEUS31' | 'GESBUS31' | 'GSVIUS33' | 'GUCTUS44' | 'HANMUS6L' | 'HARSUS41' | 'HBTCUS44' | 'HONTUS32' | 'HORIUS32' | 'HTRCUS44' | 'IBNTUS44' | 'ICCUUS55' | 'INSTUS5D' | 'INWAUS41' | 'ISTCUS41' | 'JNBKUS44' | 'JSBAUS41' | 'KAASUS41' | 'KERUUS66' | 'KESVUS3A' | 'KISHUS42' | 'LBANUS44' | 'LBTCUS44' | 'LENIUS32' | 'LUISUS42' | 'MATWUS33' | 'MCAGUS32' | 'MCBEUS33' | 'MCSGUS32' | 'MDSXUS3N' | 'MELNUS3B' | 'MELNUS3C' | 'MEMIUS33' | 'MIBBUS44' | 'MIDWUS42' | 'MNBDUS6S' | 'MNBGUS41' | 'MNBMUS33' | 'MRDBUS32' | 'MSUCUS44' | 'MVSNUS32' | 'MYSFUS31' | 'NABNUS41' | 'NBBTUS44' | 'NBTNUS31' | 'NEEDUS32' | 'NFBKUS33' | 'NFCUUS33' | 'NICTUS44' | 'NODKUS44' | 'NONAUS33' | 'NOTFUS33' | 'NRRAUS33' | 'NSCTUS44' | 'NVBTUS32' | 'OAAAUS41' | 'OCBKUS3M' | 'OCCUUS66' | 'OCNSUS33' | 'OCTRUS31' | 'ODNBUS32' | 'OONOUS33' | 'OPTBUS44' | 'PAADUS31' | 'PACBUS6L' | 'PACIUS3M' | 'PAKEUS32' | 'PCBBUS66' | 'PEGLUS33' | 'PEGUUS44' | 'PELPUS33' | 'PENLUS41' | 'PLASUS44' | 'PLSTUS4H' | 'PLTNUS44' | 'PNBPUS33' | 'PNBPUS3M' | 'PNBPUS3N' | 'PNCCUS31' | 'PRDIUS33' | 'QNABUS3Q' | 'QUCTUS41' | 'RERCUS44' | 'RERUUS62' | 'RNSTUS42' | 'SAVVUS33' | 'SBOTUS44' | 'SBTNUS44' | 'SCTCUS31' | 'SFCUUS66' | 'SFIBUS44' | 'SFROUS61' | 'SGNAUS44' | 'SLOUUS41' | 'SMTBUS42' | 'SNTRUS3A' | 'SRCEUS31' | 'SSESUS42' | 'STKCUS66' | 'STLIUS42' | 'STYTUS41' | 'SUTTUS33' | 'SVBKUS6S' | 'SWPLUS32' | 'TADTUS52' | 'TBOTUS3T' | 'TECHUS6S' | 'TENTUS44' | 'TESYUS41' | 'TMPKUS33' | 'TOSIUS32' | 'TOWBUS32' | 'TOWNUS44' | 'TRICUS66' | 'TRSTUS44' | 'TSAVUS33' | 'UBBKUS44' | 'UCOUUS33' | 'UFCUUS33' | 'UMCUUS33' | 'UMKCUS44' | 'UNAVUS32' | 'UNIWUS41' | 'UNSTUS42' | 'UNTUUS42' | 'UNTXUS44' | 'UNUNUS31' | 'UNVTUS33' | 'USCEUS3M' | 'USTBUS31' | 'UTWOUS55' | 'VAIIUS41' | 'VBTRUS44' | 'WAFFUS33' | 'WATRUS31' | 'WBTCUS44' | 'WEBCUS33' | 'WESRUS41' | 'WFLDUS33' | 'WMCUUS33' | 'WSSTUS44' | 'WTFCUS44' | 'PROMUS99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.
  - UYLocal
    - `country_code` 'UY', required
    - `account_identifier` string, required — Local Account Identifier
    - `account_identifier_type` 'LOCAL', required
    - `owner_id` string, nullable — Owner ID
    - `owner_id_type` string, nullable — Owner ID type
    - `owner_name` string, nullable — Owner name
    - `owner_type` 'PRVT' | 'ORGN'
    - `account_currency` 'UYU' | 'USD', nullable
    - `bank_code` '001' | '091' | '110' | '113' | '128' | '137' | '153' | '157' | '162' | '205' | '246' | '452' | '815' | '6917' | '999'
    - `swift_code` 'PROMUY99XXX', nullable — SWIFT/BIC Code (8-11 characters). Required if bank_code is not provided. Note: This field is ignored if bank_code is present.

## Response `200`

Successful Response

- ValidationResponse
  - `data` ResponseData
    - `account_validation` AccountValidationResult
      - `result` 'match' | 'no_match'
      - `status` 'active' | 'conditional' | 'closed' | 'unreported'
      - `reason` ReasonDetail
        - `code` string, required
        - `message` string, required
    - `account_owner_name` AccountOwnerNameResult
      - `match_score` integer, nullable
      - `match_verdict` 'match' | 'partial_match' | 'no_match' | 'not_evaluated'
      - `registered_name` string[], nullable
      - `reason` ReasonDetail
        - `code` string, required
        - `message` string, required
    - `account_owner_id` AccountOwnerIdResult
      - `match_verdict` 'match' | 'no_match' | 'not_evaluated'
      - `registered_id` OwnerId[], nullable
        - `value` string, required
        - `type` string, required
      - `reason` ReasonDetail
        - `code` string, required
        - `message` string, required
    - `account_currency` AccountCurrencyResult
      - `match_verdict` 'match' | 'no_match' | 'not_evaluated'
      - `registered_currency` string[], nullable
      - `reason` ReasonDetail
        - `code` string, required
        - `message` string, required
    - `account_details` AccountDetailsResult
      - `identifiers` AccountIdentifier[], nullable
        - `value` string, required
        - `format` string, required
      - `type` string, nullable
      - `branch_code` string, nullable
      - `bank` Bank
        - `code` string — The bank code number
        - `bicfi` string — The bank BICFI code
        - `name` string — The bank name
        - `country` string — ISO-3166-1 Alfa-2 country code
      - `reason` ReasonDetail
        - `code` string, required
        - `message` string, required
  - `errors` unknown
  - `metadata` MetadataResponse
    - `request_id` string
    - `status` 'processing' | 'completed' | 'failed'
    - `timestamp` string

## Other responses

- `202` — Accepted
- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `422` — Unprocessable Entity
- `503` — Service Unavailable

---

[API](https://skmtc.net/prometeoapi/apis/account-validation-v2.md) · [All operations](https://skmtc.net/prometeoapi/apis/account-validation-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/prometeoapi/account-validation-v2/revisions/9c278fe91cbd/schema)
