Get BIN Account Ranges
POST {{baseUrl}}/bin-ranges?page=1&size=25&sort=-lowAccountRange
Retrieve a list of all account range information or filtered results based on search criteria applied
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | The current page based on the number of items per page. Use this value to iterate through all of the paginated data and to know when you are the end of the data. | |
size | number | The number of items to be displayed per page. The larger the number the slower the API will respond, but the less requests you will need to make for paginating through data. We recommend trying a page size of 1000 and adjusting for your needs. | |
sort | string | Sort by any parameter that the API returns with a direction (- for descending sort, + for ascending sort). For example -lowAccountRange will present the returned data in descending order based on the low account range values. The same is true for any of parameters such as customerName (+customerName) or ica (-ica). |
Request Body
{"0"=>{"key"=>"customerName", "value"=>"CITIBANK EUROPE PUBLIC LIMITED COMPANY"}, "1"=>{"key"=>"customerName", "value"=>"CITIBANK EUROPE PUBLIC LIMITED COMPANY"}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: OK
{"currentPageNumber":1,"currentPageSize":2,"totalPages":76,"totalRecords":152,"transmissionDate":"1664854200","items":[{"lowAccountRange":2229293150000000000,"highAccountRange":2229293200000000000,"acceptanceBrand":"MCC","ica":"00000023460","customerName":"TRIPLINK INTERNATIONAL CO.,LIMITED","country":{"code":"372","alpha3":"IRL","name":"Ireland"},"localUse":false,"authorizationOnly":false,"productCode":"MCO","productDescription":"MASTERCARD CORPORATE","governmentRange":false,"nonReloadableIndicator":false,"anonymousPrepaidIndicator":"N","cardholderCurrencyIndicator":"C","programName":"Optum Health","vertical":"HEALTHCARE","fundingSource":"CREDIT","consumerType":"CORPORATE"},{"lowAccountRange":2184415000000000000,"highAccountRange":2184416000000000000,"acceptanceBrand":"MSI","ica":"00000002535","customerName":"CITIBANK N.A.","country":{"code":"840","alpha3":"USA","name":"United States of America"},"localUse":false,"authorizationOnly":false,"productCode":"MSI","productDescription":"MAESTRO","governmentRange":false,"nonReloadableIndicator":false,"anonymousPrepaidIndicator":"N","cardholderCurrencyIndicator":"D","programName":"Optum Health","vertical":"HEALTHCARE","fundingSource":"DEBIT","consumerType":"CONSUMER"}]}