@n8n-dev/n8n-nodes-rebilly
v1.0.1
Published
Introduction
Maintainers
Readme
@n8n-dev/n8n-nodes-rebilly
Stop writing rebilly API integrations by hand.
Every time you connect n8n to rebilly, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to rebilly took 5 minutes, not half a day?
This node gives you 27+ resources out of the box: 3 D Secure, AML, Bank Accounts, Blocklists, Coupons, and 22 more: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-rebillyOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-rebilly - Click Install
Quick Start
- Install the node (above)
- Add credentials: rebilly API → paste your API key
- Drag the rebilly node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Get Retrieve a list of ThreeDSecure entries
- Post Create a ThreeDSecure entry
- Get Retrieve a ThreeDSecure entry
- Get Search PEP Sanctions Adverse Media lists
- Get Retrieve a list of bank accounts
- Post Create a Bank Account
- Get Retrieve a Bank Account
- Patch Update a bank account s values
- Put Create a Bank Account with predefined ID
- Post Deactivate a Bank Account
- Get Retrieve a list of blocklists
- Post Create a blocklist
- Delete a blocklist
- Get Retrieve a blocklist
- Put Create a blocklist with predefined ID
- Get Retrieve a list of coupons
- Post Create a coupon
- Get Retrieve a list of coupon redemptions
- Post Redeem a coupon
- Get Retrieve a coupon redemption with specified identifier string
- Post Cancel a coupon redemption
- Get Retrieve a coupon
- Put Create or update a coupon with predefined coupon ID
- Post Set a coupon s expiration time
- Post Create Customer Timeline custom event type
- Get Retrieve a list of customers
- Post Create a customer without an ID
- Delete Merge and delete a customer
- Get Retrieve a customer
- Put Upsert a customer with predefined ID
- Delete a Lead Source for a customer
- Get Retrieve a customer s Lead Source
- Put Create a Lead Source for a customer
- Get Retrieve a list of customer timeline custom event types
- Get Retrieve customer timeline custom event type with specified identifier string
- Get Retrieve a list of customer timeline messages for all customers
- Get Retrieve a list of customer timeline messages
- Post Create a customer Timeline comment or custom defined event
- Delete a Customer Timeline message
- Get Retrieve a customer Timeline message
- Get Retrieve a list of KYC documents
- Post Create a KYC Document
- Get Retrieve a KYC Document
- Put Create or update a KYC document with predefined ID
- Post Accept a KYC document
- Post Update a KYC document s documentMatches
- Post Reject a KYC document
- Post Review a KYC document
- Get Retrieve a list of KYC requests
- Post Create a KYC Request
- Delete the KYC request
- Get Retrieve a KYC request
- Patch Update a KYC request
- Get Read current authentication options
- Put Change authentication options
- Get Retrieve a list of auth tokens
- Post Login
- Delete Logout a customer
- Get Verify
- Post Exchange
- Get Retrieve a list of credentials
- Post Create a credential
- Delete a credential
- Get Retrieve a credential
- Put Create or update a credential with predefined ID
- Get Retrieve a list of tokens
- Post Create a Reset Password Token
- Delete a Reset Password Token
- Get Retrieve a Reset Password Token
- Get Retrieve Custom Fields
- Get Retrieve a Custom Field
- Put Create or alter a Custom Field
- Get Retrieve a list of disputes
- Post Create a dispute
- Get Retrieve a dispute
- Put Create or update a Dispute with predefined ID
- Get Retrieve a list of Attachments
- Post Create an Attachment
- Delete an Attachment
- Get Retrieve an Attachment
- Put Update the Attachment with predefined ID
- Get Retrieve a list of files
- Post Create a file
- Delete a File
- Get Retrieve a File Record
- Put Update the File with predefined ID
- Get Download a file
- Get Download image in specific format
- Get Retrieve customer s upcoming invoices
- Get Retrieve a list of invoices
- Post Create an invoice
- Get Retrieve an invoice
- Put Create or update an invoice with predefined ID
- Post Abandon an invoice
- Post Issue an invoice
- Get Retrieve invoice items
- Post Create an invoice item
- Post Recalculate an invoice
- Post Reissue an invoice
- Get Retrieve a list of invoice timeline messages
- Post Create an invoice Timeline comment
- Delete an Invoice Timeline message
- Get Retrieve an Invoice Timeline message
- Post Apply a transaction to an invoice
- Get transaction amounts allocated to an invoice
- Post Void an invoice
- Get Retrieve a list of payment instruments
- Post Create a Payment Instrument
- Get Retrieve a Payment Instrument
- Patch Update a Payment Instrument s values
- Post Deactivate a payment instrument
- Get Retrieve a list of Payment Cards
- Post Create a Payment Card
- Get Retrieve a Payment Card
- Patch Update a payment card s values
- Put Create a payment card with predefined ID
- Post Deactivate a Payment Card
- Get Retrieve a list of PayPal accounts
- Post Create a PayPal Account
- Get Retrieve a PayPal Account
- Put Create a PayPal account with predefined ID
- Post Deactivate a PayPal Account
- Post Validate a digital wallet session
- Get Retrieve a list of tokens
- Post Create a payment token
- Get Retrieve a token
- Get Retrieve a list of plans
- Post Create a plan
- Delete a Plan
- Get Retrieve a plan
- Put Create or update a Plan with predefined ID
- Get Retrieve a list of products
- Post Create a Product
- Delete a product
- Get Retrieve a product
- Put Create a product with predefined ID
- Get Search merchant data
- Get Retrieve a list of shipping zones
- Post Create a Shipping Zone
- Delete a shipping zone
- Get Retrieve a shipping zone
- Put Create a shipping zone with predefined ID
- Get Retrieve a list of cancellations
- Post Cancel an order
- Delete a cancellation
- Get Retrieve an order ancellation
- Put Cancel an order
- Get Retrieve a list of reactivations
- Post Reactivate an order
- Get Retrieve an order reactivation
- Get Retrieve a list of orders
- Post Create an order
- Get Retrieve an order
- Put Upsert an order with predefined ID
- Post Change an order s items
- Post Issue an interim invoice for a subscription order
- Get Retrieve a list of order timeline messages
- Post Create an order Timeline comment
- Delete an Order Timeline message
- Get Retrieve an Order Timeline message
- Get Retrieve subscription order s upcoming invoice
- Post Issue an upcoming invoice for early pay
- Get Retrieve a list of tags
- Post Create a tag
- Delete a tag
- Get Retrieve a tag
- Patch Update a tag
- Delete Untag a list of customers
- Post Tag a list of customers
- Delete Untag a customer
- Post Tag a customer
- Post Create a credit transaction
- Post Ready to Pay
- Get Retrieve a list of transactions
- Post Create a transaction
- Get Retrieve a Transaction
- Patch Update a transaction
- Post Query a Transaction
- Post Refund a Transaction
- Get Retrieve a list of transaction timeline messages
- Post Create a transaction Timeline comment
- Delete a Transaction Timeline message
- Get Retrieve a transaction Timeline message
- Post Update a Transaction status
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from rebilly docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official rebilly OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official rebilly OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the rebilly API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
