Skip to content

SEPA indicator

SEPA, version 1.0, published by OpenPEPPOL: 1 code. Specification page.

ts
import { isSepaCode, SEPA_CODES, sepaCodeList } from '@facturometro/core/codelists/sepa';

SEPA_CODES holds the codes, SepaCode is their union type, isSepaCode() narrows a string to it and sepaCodeList is the list as data. @facturometro/core/codelists and @facturometro/einvoice/codelists re-export them together with every other list.

CodeName
SEPASEPA unique bank assigned creditor identifier

MIT licensed. Specification artefacts belong to OpenPEPPOL, CEN and OASIS.