Description
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
- ✅ Payment split – Split PIX and card orders between multiple PagBank accounts (FIXED or PERCENTAGE), plus split details and custody release
- ✅ 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
HTTP headers (Platform-Version)
API calls send Platform-Version (host n8n) and Module-Version (this package). The server n8n version is detected when possible via n8n/package.json in the running process. You can force a value:
PAGBANKPLATFORMVERSION — always wins (e.g. Docker / systemd Environment=PAGBANKPLATFORMVERSION=1.114.0)N8NVERSION or N8NRELEASE_VERSION — used if setunknown (e.g. running tests outside n8n)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)
SPLI_… id or SPLIT href from the order. Sandbox: public API on internal.sandbox.api.pagseguro.com when using a sandbox Connect key or pasting that URL; production: authenticated Connect API.Payment split (marketplace / multi-seller)
Use Split Method and Split Receivers on Create PIX Order or Create Credit Card Charge to divide the payment between accounts (PagBank ACCO_… ids). FIXED requires amounts in cents that sum to the order total; PERCENTAGE requires integer percents summing to 100. You can set custody, chargeback allocation, and (for cards) liable. After payment, the order links may include rel: SPLIT — use Get Split Details to inspect the split and Release Split Custody when eligible. See PagBank split documentation and [PagBank Connect n8n docs]().
PagBank Connect Trigger
Data Format
Monetary Values
All values are in cents:
CPF/CNPJ
Required for most operations, except payment link creation.
Environments
Sandbox (Test)
Production
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
Validations
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
Subject to change based on community requests.