npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

n8n-nodes-pagbank-connect

v1.3.3

Published

n8n integration with PagBank Connect for Brazilian payment processing (PIX, Boleto, Credit Card, Payment Link, etc)

Readme

n8n-nodes-pagbank-connect

n8n integration with PagBank Connect for Brazilian payment processing.

NPM Downloads NPM Version NPM License NPM Last Update

Features

  • PIX - Instant payments with QR Code
  • Credit/Debit Card - Secure card processing
  • Payment Links - Custom checkout
  • Recurring Subscriptions - Recurring payments (coming soon)
  • Webhooks - Real-time notifications
  • Sandbox Environment - Safe testing
  • Official Partner - PagBank Integrations is an Official PagBank Partner since 2014.
  • Reduced fees - You pay less fees on PagBank when using our integrations

Installation

npm install n8n-nodes-pagbank-connect

Configuration

1. Get Credentials

Visit PagBank Connect to get your Connect Key for free

If you need a Test Connect Key, click here.

2. Configure in n8n

  1. Add your Connect key in PagBank Connect credentials
  2. Click Save and check if the connection was successful.

Available Nodes

PagBank (Main)

  • Create Payment Link - Generates checkout links for customers to pay on PagBank
  • Create PIX Order - Creates PIX payments
  • Create Credit Card Charge - Processes a payment with the provided credit card data
  • Check order status - Queries the status of an ORDER with PagBank (must have been generated with this connect key)
  • Validate Connect Key - Validates the Connect Key configured in your credentials

PagBank Webhook

  • Payment Webhook - Receives notifications. You can filter notifications by payment status, payment methods or denial reason.

Data Format

Monetary Values

All values are in cents:

  • R$ 10.00 = 1000
  • R$ 1.50 = 150

CPF/CNPJ

  • CPF: 11 digits (numbers only)
  • CNPJ: 14 digits (numbers only)

Required for most operations, except payment link creation.

Environments

Sandbox (Test)

  • The environment will be for testing whenever your Connect Key starts with CONSANDBOX. Get yours here.
  • Automatic approval for values < R$ 100
  • 5 minute delay for values between R$ 100-200
  • Ideal for development and testing
  • See Test Cards

Production

  • Real payment processing
  • Requires PagBank approval
  • Use only after complete testing

Webhooks

Configuration

  1. Configure the webhook URL in n8n
  2. Add the generated URL in the Notification URL field when creating payments and payment links in other actions
  3. Configure filters by status and payment method
  4. Make sure the URL can be accessed from outside without any blocking.

Common Errors

  • **40002 - Buyer email same as seller
  • **40002 - Invalid CPF/CNPJ
  • **40002 - Invalid phone
  • **UNAUTHORIZED - Invalid Connect Key

Validations

  • CPF/CNPJ are automatically validated
  • Phones are formatted

Support

License

MIT License - see LICENSE file for details.

Contributing

  1. Fork the project on github
  2. Create a branch for your feature/bugfix
  3. Commit your changes
  4. Push to your local branch
  5. Open a Pull Request to the develop branch

Roadmap

  • More installment options
  • Recurring sales

Subject to change based on community requests.