JSPM

pix-payload

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 254
  • Score
    100M100P100Q93698F
  • License ISC

Create the payload of a PIX to use in copy & paste, insert in QR Code and etc.

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

portfolio linkedin

Autores