pix-payload
v1.0.4
Published
Create the payload of a PIX to use in copy & paste, insert in QR Code and etc.
Downloads
209
Readme
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: "[email protected]",
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