You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

com.github.mateuszjanczak:payment-qr-code

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

com.github.mateuszjanczak:payment-qr-code

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


Version published
Maintainers
1

Readme

Source

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

FAQs

Package last updated on 23 Feb 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc