pix-payload
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Package Pix Payload

Use it when you need to generate a pix payload following the pix standardization rules. This payload can be transformed into a QR Code or, for example, used for PIX "copy & paste".

🔧 Installation

Install the public package:

npm i pix-payload

👨‍💻 Example

import { payload } from "pix-payload"

const data = {
    key: "devcarlosalberto@gmail.com",
    name: "Carlos Alberto",
    city: "Praia Grande",
    amount: 150,
    transactionId: "PAY123",
}

const myPayload = payload(data)

🕹️ Functions

  • Create payload PIX

🚀 Technologies

Thats project has utilized following technologies:

  • Typescript
  • CRC

portfolio linkedin

Autores

Readme

Keywords

none

Package Sidebar

Install

npm i pix-payload

Weekly Downloads

88

Version

1.0.4

License

ISC

Unpacked Size

12.5 kB

Total Files

8

Last publish

Collaborators

  • carlospereira305