n8n nodes for OpenPix
npm install n8n-nodes-openpix

n8n nodes for create charges and payments with OpenPix
1. Go to Settings > Community Nodes.
2. Select Install.
3. Enter n8n-nodes-openpix in _Enter npm package name._ field.
4. Agree to the risks of using community nodes: select I understand the risks of installing unverified code from a public source.
5. Select Install.
To get started install the package in your n8n root directory:
npm install n8n-nodes-openpix
1. Go to Credentials.
2. Select Add Credential button.
3. Select OpenPix API from the _Search for app_ dropdown.
4. Get your OpenPix API key from API Getting Started.
5. Enter your OpenPix API key in the _API Key_ field.
1. Fork it (
2. Create your feature branch (git checkout -b feature/fooBar)
3. Commit your changes (git commit -m 'feat(fooBar) Add some fooBar')
4. Push to the branch (git push origin feature/fooBar)
5. Create a new Pull Request