Bin File
GET/pci/BinFile
info
BIN lookup is a subscription service. Contact [email protected] or [email protected] to gain access to our BIN lookup product. The endpoint requires an enterprise tier subscription.
Request
Header Parameters
tx-tokenex-id string
Your TokenEx token vault identifier or vaultless tokenization profile.
tx-apikey string
Provides access to one or more functions in the TokenEx API.
- application/json
Body
any
Responses
- 200
- 400
200
- application/json
- Schema
- Example (from schema)
- Result
Schema
url string
Example:
<file download url>
fileName string
Example:
TokenEx_BINdata_2023-10-17T07:36:30.0599124Z.zip
fileDateUtc string
Example:
2023-10-17T07:36:30.0599124Z
referenceNumber string
Example:
23102312162553243914
success boolean
Default value:
true
Example:
true
error string
Example:
message string
Example:
{
"url": "<file download url>",
"fileName": "TokenEx_BINdata_2023-10-17T07:36:30.0599124Z.zip",
"fileDateUtc": "2023-10-17T07:36:30.0599124Z",
"referenceNumber": "23102312162553243914",
"success": true,
"error": "",
"message": ""
}
{
"url": "<file download url>",
"fileName": "TokenEx_BINdata_2023-10-17T07:36:30.0599124Z.zip",
"fileDateUtc": "2023-10-17T07:36:30.0599124Z",
"referenceNumber": "23102312162553243914",
"success": true,
"error": "",
"message": ""
}
400
- application/json
- Schema
- Example (from schema)
- Result
Schema
object
{}
{}
Loading...