New in Chargebee: Explore Reveal and understand your payment performance end-to-end.Try Now
Docschargebee docs
HomeBillingPaymentsRevRecGrowthReveal
Support

Product Updates


  • Release Notes

Getting Started


  • Overview
  • Chargebee Billing Data Centers
  • Object Relationship Model
  • Understanding Sites
  • Chargebee Tech Glossary
  • Articles and FAQ

Implementing Chargebee


  • Implementation Guide
  • Go-live Checklist
  • Articles and FAQ

AI in Chargebee


  • Chargebee Agents
  • Chargebee Copilot
  • Chargebee MCP Server (Model Context Protocol)

Developer Resources


  • Developer Resources Overview
  • Articles and FAQ

Product Catalog


  • Product Catalog Overview
  • Coupons
  • Articles and FAQ

Subscriptions


  • Working with Subscriptions
  • Billing
  • Orders
  • Articles and FAQ

Customers


  • Managing Customers
  • Account Hierarchy
  • Email Notifications
  • Branding
  • Configure Multiple Languages
  • Articles and FAQ

Entitlements


  • Entitlements Overview
  • Features Overview
  • Feature Management
  • Managing Product Entitlements
  • Subscription Entitlements
  • Customer Entitlements
  • Grandfathering Entitlements
  • Articles and FAQ

Usage Based Billing


  • Understanding Usages
  • Setting up Usage Based Billing
  • Usage Alerts
  • Metered Billing
  • Articles and FAQ

Chargebee CPQ


  • Chargebee CPQ
  • Chargebee CPQ for Salesforce
  • Chargebee CPQ for HubSpot

Invoices, Credit Notes, and Quotes


  • Invoices
  • Credit Notes
  • Quotes [Legacy]
  • Transactions
  • Articles and FAQ

Taxes


  • Overview
  • Configuring Taxes
  • Country-specific Taxes
  • Articles and FAQ

Hosted Capabilities


  • Overview
  • Hosted Checkout
  • Hosted Self-Serve Portal
  • Hosted Pages Features
  • Additional Hosted Pages
  • Payment Components
  • Pricing Table
  • Managing Payments with Chargebee.js
  • Mobile-Optimized Hosted Pages
  • Articles and FAQ

Site Configuration


  • Users & Roles
  • Custom Fields & Metadata
  • Approvals
  • Mandatory Fields
  • File Attachments & Comments
  • Advanced Filter Options
  • Multicurrency Pricing
  • Multi-decimal Support
  • Configuring Reason Codes
  • Events and Webhooks
  • API Keys
  • Time Zone
  • Time Machine
  • Transfer Configurations
  • Articles and FAQ

Multi Business Entity


  • Multi Business Entity Overview
  • Customer Transfer Overview
  • Articles and FAQ

Mobile Subscriptions


  • Overview
  • Omnichannel Subscriptions
  • Omnichannel One-Time Orders
  • Mobile Subscriptions (Legacy)

Reports and Analytics


  • RevenueStory
  • Home Dashboard
  • Frequently Asked Questions
  • FAQs for Classic Reports Sunset
  • Articles and FAQ

Integrations


  • Sales
  • Customer Support and Success
  • Finance
  • Tax
  • Marketing
  • Stitch
  • Collaboration
  • Contract Management
  • Ecommerce Management
  • Articles and FAQ

Data Privacy & Security


  • Two Factor Authentication
  • SAML Single Sign-On
  • System for Cross-Domain Identity Management (SCIM)
  • EU-GDPR
  • Consent Management
  • Personal Data Management
  • Compliance Certificates
  • HIPAA Guidelines
  • PCI Recommendations and Integration Types
  • Articles and FAQ

Data Operations


  • Bulk Operations
  • Migration
  • Articles and FAQ
  1. Billing
  2. Data Operations
  3. Articles and FAQ
  4. Bulk Operations
  1. Billing
  2. Data Operations
  3. Articles and FAQ
  4. Bulk Operations

How to collect payment for invoices in bulk?

Problem Statement

You want to know how to collect payment for invoices in bulk.

Scope

How to collect payment for invoices in bulk?

How to collect payments for multiple invoices?

How to perform the bulk operation to manually collect payment for invoices?

How to collect payment for payment due and not paid invoices using the import and export option?

Summary

Bulk Operations allow you to perform an action for multiple records in one go. It uses a CSV upload method for inputs, which will contain a list of the new data (with the desired changes) that you'd like to perform.

Note

Total Amount due for a specific customer We have updated our summary box to provide a more streamlined and elegant user experience. With this upgrade, hyperlinks have been added to the summary box, allowing users to easily access related information. The Total Amount Due on Summary Section is available at the top of the Customer details page which provides a total amount due of a customer and hyperlink that directs to the details. Refer to this link for more details.

A quick instruction to collect payment for invoices

  • Go to Settings > Import & Export data > Choose a bulk operation > Choose an Operation > Invoices & select the Collect Payment for invoices and click 'Proceed'

  • Download the sample CSV file

  • Update authorization_transaction_id & payment_source_id mapping the invoice id and the amount

  • For the current data, you can export it from the Invoice Index page

  • Import the CSV file to carry out the action

    If you are to perform a bulk operation for existing data from Chargebee you may have to export the data from Chargebee and update those data to the import sheet from Bulk Operations. Earlier the export data format and import data format varied which involves a lot of manual intervention. With the new enhanced Export file option, you can either export a file using Download Data or use Download import-friendly file from Settings > Import & Export Data > Product Catalog. Refer to this link for more information.

Solution

Step 1: To perform this action, navigate to Settings > Import & Export data > Choose a bulk operation > Choose an Operation > Invoices > Collect Payment for invoices > Proceed.

image

Step 2: Download the sample CSV file

image

This file will contain sample records that you can replace with your own records (Refer to Step 3).

Note: The data needs to be added to the sheet in the same format as the sample data.

Step 3: To export the current customers' data, you can export it from the Customers Index Page.

Navigate to the Invoices & Credit Notes > Invoices Index page, and then click 'Export > Export as CSV'.

image

This sheet will give your actual invoice data to update on the sample sheet referred on Step 2.

Note

On the recent UI enhancement you On the recent UI enhancement you can now scroll the index pages - Customers, Subscriptions, Invoices, and Credit Notes vertically. Earlier, the pages will be paginated which may prolong your search however with the new enhancement as you scroll down the list it will load all other data in a single page as highlighted below on the screenshot. Refer to this link for more information.

Step 4: Manually update payment details such as authorization_transaction_id & payment_source_id mapping the invoice ID and the amount for customers on the sample sheet CSV file.

authorization_transaction_id & payment_source_id are used collect payments forpayment_due and not_paid invoices. If no payment methods are present for the customer or if the payment is unsuccessful, the corresponding error will be thrown.
Pass**authorization_transaction_id**to capture the already blocked funds to collect payments. Note, that if the invoice due amount is greater than the authorized amount, the invoice status is returned as payment_due.
**authorization_transaction_id:** Authorization transaction to be captured.``**payment_source_id:** Payment source to be used for this payment. Refer to this [link](https://apidocs.chargebee.com/docs/api/invoices/collect-payment-for-an-invoice) for more information

Step 5: Drag and drop your data file into the web interface:

image

Once you've added all the information and the data file is ready, upload it.

If you face any errors after uploading the file, please refer to this link Bulk Operations for more information.

Related Articles

While performing bulk operations, all the columns are consolidated into a single column in the template upload file.
How can I import multiple coupons into Chargebee using Bulk operations?
How can I export items with the import format on Latest Product Catalog?
How to disable or remove the trial period from multiple price points of multiple plans in bulk on Latest Product Catalog Chargebee site?
How do I migrate subscriptions from Stripe to Chargebee while continuing to use Stripe as my payment gateway?
Bulk upload subscriptions for an existing customer: Parallel processing of data
What bulk operations can I perform in Chargebee?
I am getting the "the column () appears more than once in file" while importing data into Chargebee. How can I fix this?
Types of addresses added for customers in Chargebee
How to export list of customers with excess payment?
How to add notes to a customer record that is visible only for the business's reference?
How to not send the cancel subscription emails to subscriptions that have a cancellation scheduled?
Euro currency display on invoice PDF - Symbol is displayed in the incorrect order.
How do I migrate subscriptions from a different billing system to Chargebee while using Stripe as my payment gateway?
Retrieving order information from Chargebee.
How to import credit notes?
What are all the bulk operations for Payment Method?
How to migrate offline customers into Chargebee?
How to export the billing periods associated to the subscriptions?
Bulk apply coupons to subscriptions
How to export order reference IDs?
Line items ID missing for tiered addons in the product catalog export
How to export subscriptions specific to a recurring addon?
How to export customers data of all active subscribers?
I need to download a report for ‘Not Paid’ invoices within a specific period.
Is it possible to build a report to show all the customers and the total amount of usage (units)?
Extract new trial customers contact details on a daily basis
How can I export a list of customers with their billing and shipping addresses?
How to manually sync status for in-progress transactions?
How to create a report for invoices that have promotional credits applied?
How to export payments that was successful?
I want to create an advance invoice on a recurring basis via bulk operation. what are the values that I need to pass in the bulk operation CSV?
How to export list of customers who has payment method with auto-collection 'OFF'?
How to update customers' auto collection in bulk?

Show more

Was this article helpful?