Package Exports
- pix-payload
- pix-payload/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (pix-payload) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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: "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