1.0.3 • Published 5 years ago

pain-001-001-03 v1.0.3

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

ISO20022 PAIN 001.001.03 Generator

Build Status

Usage

npm i pain-001-001-03
import { generateAndValidateXml } from 'pain-001-001-03';

const XMLString = await generateAndValidateXml(
    grpHdr as GrpHdr,
    pmtInf as PmtInf,
    transactions as Transaction[]
);

Full Example

src/test.ts

Argument types

See src/types.d.ts

Future Development (contribution welcome)

  • More Comprehensive Types and Validation
  • Better Dynamic Templating
  • Support other revisions of PAIN.001.001

License

MIT