Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/sepa/mod.ts>generateSepaXML

This is a library to generate SEPA xml files
Latest
function generateSepaXML
import { generateSepaXML } from "https://deno.land/x/sepa@v1.0.2/mod.ts";

Generate a SEPA XML file

If the length of the values is longer than the max length, it will throw an error or if checkIBAN or checkBIC is true, it will check if the IBAN or BIC is valid and throw an error if it is not

Returns

{ result: string; } | { error: string; }