Resolve bank provider
Resolves a bank code, SWIFT code, or ACH routing number to the corresponding bank name and details. The behaviour depends on the paymentMethod parameter:
- swift — resolves an 8 or 11-character SWIFT/BIC code
- ach — resolves a 9-digit US ACH routing number
- bank — resolves against Cadana’s internal bank provider list for the given currency
Documentation Index
Fetch the complete documentation index at: https://docs.cadanapay.com/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Required when using a Platform API token. The tenant key identifying which business to operate on.
Query Parameters
The bank code, SWIFT code, or routing number to look up
ISO 4217 currency code
Payment method type: swift, ach, or bank
swift, ach, bank Response
Resolved bank provider details
The name of the resolved bank or financial institution
"Itaú Unibanco"
The country code in ISO 3166-1 alpha-2 format
"BR"
City of the bank branch (populated for SWIFT and ACH lookups)
""
ACH routing number (populated for ACH lookups)
""
SWIFT/BIC code (populated when available)
"ITAUBRSP"