IBAN and SWIFT Details
Welcome to the Bank Information API, a comprehensive RESTful service designed for the API marketplace. This versatile API empowers developers and users alike with a suite of endpoints tailored for retrieving, validating, and generating IBAN and SWIFT information for banks. Streamline your financial operations and enhance your application's capabilities with the following six endpoints: 1.…
IBAN and SWIFT Details endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
Extract IBAN Information /api/v1/iban |
- Endpoint: `/api/v1/iban?iban_code={IBAN code}` - Retrieve detailed information about an IBAN based on the provided IBAN code, offering insights into the associated country,… |
| GET |
Generate IBAN Code /api/v1/iban/generate |
- Endpoint: `/api/v1/iban/generate?country_code={Country Code}&bank_code={Bank Code}&account_code={Account Code}` - Dynamically create IBAN codes along with country-specific… |
| GET |
Validate IBAN Code /api/v1/iban/validate |
- Endpoint: `/api/v1/iban/validate?iban_code={IBAN code}` - Verify the validity of a given IBAN code, ensuring compliance with international standards. Enhance data accuracy in… |
| GET |
Extract SWIFT Information /api/v1/swift |
- Endpoint: `/api/v1/swift?swift_code={SWIFT code}` - Obtain comprehensive information about a bank based on the provided SWIFT code, including details about the country and… |
| GET |
Validate SWIFT Code /api/v1/swift/validate |
- Endpoint: `/api/v1/swift/validate?swift_code={SWIFT code}` - Ensure the accuracy and validity of SWIFT codes, facilitating error-free financial transactions and data integrity… |
| GET |
Generate SWIFT Code /api/v1/swift/generate |
- Endpoint: `/api/v1/swift/generate?country_code={Country code}&bank_code={Bank code}` - Generate SWIFT codes along with essential details such as country codes and bank codes,… |
IBAN and SWIFT Details pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 1000 / hour |
|
| PRO | $19.99 / month | 1000 / hour |
|
| ULTRA Recommended | $29.99 / month | 1000 / hour |
|
| MEGA | $49.99 / month | 1000 / hour |
|