Skip to content

mateuszjanczak/payment-qr-code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment QR Code CircleCI Maven Central

Library for formatting data for bank transfers for qr code generators.

Installation

<dependency>
    <groupId>com.github.mateuszjanczak</groupId>
    <artifactId>payment-qr-code</artifactId>
    <version>1.0.1</version>
</dependency>

Usage

PaymentQRCode paymentQRCode = PaymentQRCode.Builder
        .paymentQRCode()
        .withRecipient("John Smith")
        .withAccountNumber("92124012340001567890123456")
        .withAmount(53.50)
        .withTitle("Bill for dinner")
        .withCountry("PL")
        .build();

String subject = paymentQRCode.getQRCodeSubject();

Preview

Preview

Footnotes

Library implements Rekomendacja Związku Banków Polskich dotycząca kodu dwuwymiarowego („2D”), umożliwiającego realizację polecenia przelewu oraz aktywację usług bankowych na rynku polskim - wersja 1.0

Example libraries for generating QR codes

zxing

Contributing

Feel free to contribute

License

Payment-QR-Code is open-sourced software licensed under the MIT license

About

Library for formatting data for bank transfers for qr code generators.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages