Skip to content

GO library to create SEPA xml files for credit transfer and direct debit

Notifications You must be signed in to change notification settings

nirnanaaa/go-sepa

Repository files navigation

Go SEPA

Build Status

Go SEPA provides tools and utilities for generating SEPA-XML Files and validating the input.

Installation

go get github.com/nirnanaaa/go-sepa

Usage

Verifying creditor identifier (ci):

ci := sepa.NewCreditorIdentifier("DE98ZZZ09999999999")
sanitized, err := ci.Validate()

Verifying IBAN (iban):

iban := sepa.NewIBAN("DE21700519950000007229")
sanitized, err := iban.Validate()

About

GO library to create SEPA xml files for credit transfer and direct debit

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages