Visa BIN Attribute Sharing Service API Reference

Visa BIN Attribute Sharing Service

Search API Reference

BIN File Transfer

Transfer Account/Token Range File

BIN File Transfer v1 - Latest

Get access to a BIN Account/Token Range file in csv format

Request

Request Body schema: application/json

BIN File Transfer request payload

requestData object
--- ---
fileName
required
string [ 1 .. 255 ] characters
Name of the file
requestHeader object
--- ---
requestMessageId
required
string [ 1 .. 30 ] characters
A string which uniquely identifies the service request. Requesting application need to create this unique message Id
requestTS
required
string YYYY-MM-DDThh:mm:ss.sss 23 characters
Date and time at which Request is sent (up to milliseconds in GMT). Ex: 2008-09-19T00:00:00.000

Responses

200 BinFileTransfer Response

Response Schema: application/json

object

400 Request Data Invalid

401 Unauthorized

500 Error Codes

Response Schema: application/json
CDI001 object
Internal service failure
CDI002 object
XML Parsing Failure
CDI012 object
Request header length is invalid
CDI052 object
Client Authentication failed
CDI071 object
Exception in Group level entitlement process
CDI249 object
Payment Account Type validation failure
CDI250 object
Atleast one of the required/mandatory fields is missing in the request

post/filedeliveryservice/v1/binFileTransfer

Sandbox server

https://sandbox.api.visa.com/filedeliveryservice/v1/binFileTransfer

Request samples

{"requestHeader": {"requestTS": "2017-02-15T22:05:00.000",
"requestMessageId": "testAnna"
},

"requestData": {"fileName": "VBASS_TR_LEVEL3_03252021_79.csv"
}
}

Response samples

application/json

"Sample response will contain csv file in a comma-separated format"