Kratko International Payments
## Kratko International Payments API ### IBAN Validator Validates any IBAN with full checksum verification. Returns country, bank code, BBAN, and validation status. Supports 70+ countries. ### SWIFT/BIC Lookup Identifies bank name, country, city, and branch details for any 8 or 11 character SWIFT/BIC code. Covers 60+ countries. ### Currency Converter Converts between 50+ currencies using live…
Kratko International Payments endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
IBAN Validator - Validate IBAN checksums and parse country, bank, and account components in real-time. /v1/tools/iban/{iban_code} |
Real-time IBAN (International Bank Account Number) validation API for cross-border payment processing. Validates checksum integrity and parses country code, bank code, and… |
| GET |
SWIFT/BIC Lookup - Validate and decode any SWIFT/BIC code into bank name, country, city, and branch details instantly. /v1/tools/swift/{swift_code} |
Real-time SWIFT/BIC code validation and lookup API for international payment processing. Decode any 8 or 11 character SWIFT/BIC code into bank name, country, city, and branch… |
| GET |
Currency Converter - Real-time currency conversion across 150+ currencies with live exchange rates. /v1/tools/currency/{from_currency}/{to_currency}/{amount} |
Real-time currency conversion API powered by live exchange rates. Convert between 150+ currencies instantly with accurate, up-to-date rates. Returns the conversion rate and… |