Parrot Batch
Get Snapshot File of All BINs
Data & Response Codes
- Pagos Data Dictionary
- AVS Response Codes
- CVV Check Response Codes
- Disbursement Response Codes
- 3DS Response Codes
- Stored Credential Response Codes
- Transaction Status Codes
- Chargeback Reason Codes
- Chargeback Status Codes
- Fee Type Codes
- Refund Status Codes
- Transaction Response Codes (Decline Codes)
Data Ingestion
BIN Database
- BIN Data Tools
- Parrot API
- Parrot Batch
Account Updater
- Account Updater Tools
- Loon API
- Real-Time Loon API
Parrot Batch
Get Snapshot File of All BINs
GET
/
batch
/
files
curl --request GET \
--url https://parrot.prod.pagosapi.com/batch/files \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"url": "<string>",
"changes": {
"bins_removed": 123,
"bins_updated": 123,
"bins_added": 123,
"last_update_date": "<string>",
"sources": [
{
"bins_total": 123,
"source": "<string>",
"changes": {
"percentage": "<string>",
"removed": 123,
"updated": 123,
"added": 123
}
}
]
}
}
]
Authorizations
Put ONLY your api-key token on textbox below!
Response
200
text/plain
List of files with download urls
curl --request GET \
--url https://parrot.prod.pagosapi.com/batch/files \
--header 'x-api-key: <api-key>'
[
{
"type": "<string>",
"name": "<string>",
"url": "<string>",
"changes": {
"bins_removed": 123,
"bins_updated": 123,
"bins_added": 123,
"last_update_date": "<string>",
"sources": [
{
"bins_total": 123,
"source": "<string>",
"changes": {
"percentage": "<string>",
"removed": 123,
"updated": 123,
"added": 123
}
}
]
}
}
]