REST API

Examples for Requesting a BIN Lookup

The examples below show various BIN Lookup requests and successful responses.
BIN Lookup with a Payment Card Request
{ "paymentInformation": { "card": { "number": "4111111111111111" } } }
BIN Lookup with a TMS Customer ID Token Request
{ "paymentInformation": { "customer": { "id": "D0ED44421CDA7A58E053AF598E0AD964" } } }
BIN Lookup with a TMS Payment Instrument Token Request
{ "paymentInformation": { "paymentInstrument": { "id": "D0ED44421CD97A58E053AF598E0AD964" } } }
BIN Lookup with a TMS Instrument Identifier Token Request
{ "paymentInformation": { "instrumentIdentifier": { "id": "801E10E1B4E2C86AE05341588E0A86EC" } } }
BIN Lookup with a Digital Accept jti Transient Token Request
{ "tokenInformation": { "jti": "1C26VZRFEIQMOO5H0504KH47I0AM2IZFC43V5L541HBLN9COI3L75F3194E196A1" } }
BIN Lookup with a Digital Accept JWT Transient Token Request
{ "tokenInformation": { "transientTokenJwt": "eyJraWQ...xxxxx.yyyyy.zzzzz...xZqoGA" } }
BIN Lookup Successful Response
{ "id": "6445408746306656603955", "submitTimeUtc": "2022-02-11T12:54:35Z", "status": "COMPLETED", "paymentAccountInformation": { "card": { "type": "001", "brandName": "VISA" }, "features": { "accountFundingSource": "CREDIT" } }, "issuerInformation": { "name": "RIVER VALLEY CREDIT UNION", "country": "US", "phoneNumber": "(989) 427-5621" } }
BIN Lookup Multiple Match Response
{ "submitTimeUtc": "2022-02-24T10:35:30Z", "status": "MULTIPLE" }