Seychelles operates one of the most distinctive IBAN formats in the registry: 31 characters with the BBAN pattern ^[A-Z]{4}[0-9]{20}[A-Z]{3}$, ending in a plain-text currency code.
Structure
The official registry example is SC18 SSCB 1101 0000 0000 0000 1497 USD, a SWIFT registry test value, not a real account:
SC18- country code and IBAN check digitsSSCB- 4-letter bank code, derived from the bank’s BIC11and01- branch and sort information within the 20-digit block0000000000001497- the account number, zero-paddedUSD- the ISO 4217 currency code of the account
Currency in the account number
Embedding the currency is rare and genuinely useful. In most countries, a customer’s euro and dollar accounts have unrelated IBANs and the sender has no way to tell which is which; in Seychelles, the last three characters state it outright. The same underlying account held in rupees (SCR), dollars (USD) or euros (EUR) yields visibly different IBANs, and crucially different check digits, so pasting the wrong-currency variant fails validation rather than silently landing in the wrong denomination. The cost is length: at 31 characters, only a few formats in the registry are longer, and manual entry is correspondingly error-prone, which makes checksum validation before submission worthwhile.
Payment context
Seychelles is not in SEPA, and the rupee is not widely traded, so international transfers are SWIFT payments requiring the beneficiary bank’s BIC, with the offshore financial sector making compliance screening on this corridor routine. There is no national check digit beyond the ISO MOD-97 pair; the currency suffix is informational, not arithmetic.
A validating SC IBAN confirms structure and internally consistent check digits, nothing else. It cannot establish that the account is open or who controls it, and no Verification of Payee equivalent operates on payments to Seychelles. Verify beneficiary name, bank and currency through an independent channel before sending funds, and use the generator on this page if you need structurally valid test data.