Fintech BIN Lookup
Three essential payment processing APIs bundled for developers building payment flows, fraud tools, and fintech applications. ### Included tools **BIN Lookup** — Identify card issuer, network, card type, and country from the first 6-8 digits. Essential for card validation and fraud screening. **MCC Lookup** — Decode any 4-digit Merchant Category Code into human-readable category and description.…
Fintech BIN Lookup endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
BIN Lookup /v1/tools/bin/{bin_code} |
Identify card issuer, network, type, and country from BIN code in milliseconds. Real-time MCC (Merchant Category Code) lookup API for payment processing and financial analytics.… |
| GET |
Decline Code Interpreter /v1/tools/decline/{code} |
Translate any payment decline code into plain-English meaning, category, and retry guidance. Supports all major issuer decline codes including insufficient funds, do not honor,… |
| GET |
MCC Lookup /v1/tools/mcc/{mcc_code} |
Decode any 4-digit Merchant Category Code into human-readable category and description instantly. Real-time MCC (Merchant Category Code) lookup API for payment processing and… |