Data Ingestion
Enrichment: All Transactions
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
- Batch Account Updater API
- Real-Time Account Updater API
Data Ingestion
Enrichment: All Transactions
POST
/
v1
/
transactions
/
enrichment
curl --request POST \
--url https://api.nest.pagosapi.com/v1/transactions/enrichment \
--header 'Content-Type: application/json' \
--data '{
"order_id": "<string>",
"transaction_id": "<string>",
"metadata": {}
}'
Body
application/json
Response
201
The enrichment record was successfully added to the enrichment queue for further processing.
curl --request POST \
--url https://api.nest.pagosapi.com/v1/transactions/enrichment \
--header 'Content-Type: application/json' \
--data '{
"order_id": "<string>",
"transaction_id": "<string>",
"metadata": {}
}'