Offline Payments - Chargebee Docs (2024)

  • Billing
  • Payments
  • Offline Checkout
  • Offline Checkout

Offline payments are transactions processed asynchronously. The transaction is usually done offline and reconciled manually or automatically to the console. Typically, there is a delay in paying offline and reconciling it, compared to online payments where everything happens real-time.

Offline payments are made via cash, checks, bank transfers, postal orders, or any other offline means besides online payment methods such as cards, online wallets, etc.

Flexibility for customers to pay through offline payment methods can help extend your business coverage to even areas which don't provide support for online payment methods.

Chargebee supports a workflow for offline payment methods. Offline payments abide by the same Chargebee logic by completing the intended action in Chargebee (for example, creating a subscription) and then following up with customers through dunning to remind them about paying the due amount.

Note:

This feature is available only on Performance and Enterprise plans. However, recording offline payments is allowed on all plans.

Workflow

Here's the complete workflow of how offline payments are handled in Chargebee.

  • Setting up offline payment methods.
  • Displaying offline payment methods in checkout.
  • Configuring customer notifications for offline payments
  • Customer subscribing using an offline payment method
  • Manually reconciling payments using Record payment option

Note

Manual reconciliation is not necessary for ACH and SEPA credit transfer payments as they are automatically reconciled to the respective invoices.

Step 1: Configuring Offline Payments

In the Chargebee user interface, click Settings > Configure Chargebee > Billing LogIQ > Payments > Offline payment methods > Enable. On enabling, configure the offline payment methods which you intend to support.

Offline payment methods supported in Chargebee are:

  • Bank transfer
  • Cash
  • Check
  • ACH credit transfer
  • SEPA credit transfer

To give more details about an offline payment method in checkout and emails, add payment method specific information to the Additional Information field.

For example, for "Cash" payments you can add additional information as "Pay in cash at our stores". This information is then displayed alongside "Cash" payment method during checkout.

Offline Payments - Chargebee Docs (1)

Additional features

  • Inside each payment method, there is a setting to restrict supported currencies. Select only the currencies you intend to support for that payment method. (Denoted as (1) in screenshot)
  • You can also set a threshold amount for offline payments, and thereby restrict the display of offline payment methods for any invoice amount below that. Threshold amount can be set for each currency. (Denoted as (2) in screenshot)

Tip:

You can also change the name of an offline payment method to suit your business use case. For example, you can change "Cash" to "Cash on delivery" and add additional information such as "Pay while receiving the order" to be displayed in the checkout.

Step 2: Displaying in Checkout and Portal

With offline payment methods enabled, it needs to be displayed on the checkout and portal for customers to access.

On the In-app Checkout

In the Chargebee user interface, click Settings > Configure Chargebee > Checkout and Self-Serve Portal > Checkout and enable Allow customers to use offline payment methods. Enabling it reveals the underlying settings.

Offline Payments - Chargebee Docs (2)

Display payment method details for offline payment methods - This allows displaying the information entered in Additional Information field of each offline payment method.

Allow existing customers to use offline payment methods only if they have no online payment methods - This allows displaying offline payment methods to the customer, only if they do not have any online payment methods configured in their Chargebee profile.

Allow customers to use offline payment methods only via API - This allows accessing offline payment methods only when checkout is triggered using Chargebee APIs. Disable this to make checkout accessible when triggered via drop-in script as well.

Warning

When enabling offline payment methods, be aware that you may have new signups directly subscribing without providing an online payment method.

On Self Serve Portal

In the Chargebee user interface, click Settings > Configure Chargebee > Checkout and Self Serve Portal > Self Serve Portal. Toggle Allow customers to switch from online to offline payment methods and vice versa.

Offline Payments - Chargebee Docs (3)

Customers can now access and switch to offline payment or back to online payment, using the Self Serve Portal.

Step 3: Configuring customer notifications

Customers need to be notified about the payment method details, and the instructions for payment when they subscribe using an offline payment method. Here's a checklist to ensure your customers are well-informed about the offline payment:

  • Adding payment instructions to the Invoice PDF
  • Including offline payment details in email
  • Dunning emails to followup on due payments

Adding payment instructions to the Invoice PDF

In the Chargebee user interface, click Settings > Configure Chargebee > Invoice, Credit Notes and Quotes > Invoice > Payment Instructions and configure the payment instructions for each payment method.

To display only the payment instructions of customer's offline payment method, select Only preferred payment method instructions in the Configuring Payment Instructions setting. The related payment instructions then appear on the Invoice PDF when generated. This Invoice PDF can be attached to an email addressed to the customer to ensure they are acknowledged about the payment instructions.

For example, for a customer having Bank Transfer as the offline payment method, only the payment instructions configured for Bank Transfer is shown in the Invoice PDF.

Offline Payments - Chargebee Docs (4)

Including offline payment details in email

Add Offline payment details section to the email template to display offline payment related details. This can be used while notifying the customer using Onboarding emails after a successful checkout.

Offline Payments - Chargebee Docs (5)

Dunning emails to followup on due payments

Offline dunning needs to be enabled to follow up with the customer on payment due invoices. Offline dunning emails are sent at a determined frequency to remind the customer about payment. To know more, refer to our doc on offline dunning.

Step 4: Subscribing using offline payment method

Subscribing using or changing to an offline payment method is possible in three ways:

  • Through In-app Checkout where the customers themselves select it.
  • Through Chargebee user interface where you configure the offline payment method in a customer's profile.
  • Through API.

Using In-app Checkout (new customers)

With all the necessary settings enabled as explained in previous steps, the customer is shown offline payment methods during checkout. Here's how the experience looks in the In-app Checkout:

Offline Payments - Chargebee Docs (6)

Note

By default, Auto collection is turned "off" when a customer subscribes using an offline payment method.

Using Self Serve Portal (existing customers)

With all the necessary settings enabled as explained in previous steps, the customer is given the option to switch to an offline payment method in the Self Serve Portal.

Note

When a customer switches from online to offline payment method, Auto collection is turned "off" automatically only when there are no other online payment methods for that customer.

Using Chargebee user interface

For new customers

While creating a customer, select the appropriate payment method from the Offline Payment Method drop-down list. It is set as the preferred payment method for that customer.

Offline Payments - Chargebee Docs (7)

See also

  • Primary and backup payment method
  • Preferred payment method

Important:
Offline Payment Method setting for customers appear only if Auto collections is turned off.

For existing customers

Navigate to the customer details page, click Change Customer Details. Select the appropriate payment method from the Offline Payment Method drop-down list. Note that the field appears only if Auto collection is turned off.

Using Chargebee APIs

Use this approach if you are using Chargebee's Hosted Pages API] in your checkout.

For new customers

Set the flag allow_offline_payment_methods to true when using either of these endpoints:

  • Create checkout for new subscription
  • Create checkout for existing subscription

You can then use the following endpoints to set the preferred offline payment method for that customer:

  • Create a customer
  • Create a subscription
  • Create a subscription for a customer

Pass the offline payment selected by the customer to the offline_payment_method parameter. Note that it is an enum parameter, and hence can only take an input from the list of values mentioned under that parameter.

For existing customers

Use these two endpoints to update the customer profile to have a preferred offline payment method.

  • Update a customer
  • Update a subscription

Step 5: Reconciling offline payments

There are two ways to reconcile payments received offline,

  • Recording payment in the customer profile
  • Recording payment against the appropriate invoice

In customer profile

Navigate to the customer details page and select Record Payment from the action pane on the right. Provide the currency, amount, date, and mode of payment and click Record to register it for the customer.

Offline Payments - Chargebee Docs (8)

The amount added is maintained as Excess Payments under the customer profile. During the next invoice, this amount is automatically applied to deduct the invoice amount. You can also manually apply excess payments to existing payment due invoices. To know more, take a look at how to apply excess payments to an invoice.

On the invoice

Navigate to the respective invoice and select Record Payment. Provide the amount, date, payment method and click Proceed to apply the payment to that invoice. If paid in full, the invoice moves to Paid status.

Offline Payments - Chargebee Docs (9)

Refunding offline payment

Chargebee allows you to log refunds made offline. Navigate to the respective invoice and select Record an offline refund. Enter the amount, refund date, reason and the payment method used for refund. To know more on this, take a look at how to record an offline refund.

Offline Payments - Chargebee Docs (10)

FAQs

Why is it called preferred offline payment method?

The offline payment method selected by the customer is designated as the preferred offline payment method. This is because the customer can still choose to pay via other means, and while reconciling such payments you can select the offline payment method used by them.

Offline Payments - Chargebee Docs (2024)

FAQs

How do I enable offline payments on Chargebee? ›

Go to Settings > Configure Chargebee > Billing LogiQ > Offline payment methods > click 'Enable'. On enabling, configure the offline payment methods which you intend to support.

How are offline payments different from online payments? ›

Online Means: Using internet connectivity for immediate processing of transactions. Offline Means: Transactions that are processed without the need of real-time internet. This includes non-electronic methods like cash or checks, as well as electronic methods that don't require immediate internet access.

How do I pay offline payments? ›

How To Set Up Offline UPI Payments?
  1. Dial *99# using your phone's dialer to initiate offline UPI transactions.
  2. Select your preferred language from the list of 13 options.
  3. Enter your bank's IFSC code in the text field as requested.
  4. You will see a list of all accounts registered with your mobile number on the screen.
Jun 1, 2024

How do offline card payments work? ›

An offline debit card is not connected to an online system when used. Funds are therefore withdrawn from an account 24 to 72 hours later. An offline debit card does not require a PIN for use, only a signature, and can be compared to writing a check.

What is considered an offline payment? ›

What is offline payment? Offline payment means a payment made without the instantaneous use of the Internet. Offline payment methods include cash payments, check payments, and bank transfers. It also includes postal orders, money order payments, wire transfer payments, or any other offline means.

How does offline digital payment work? ›

And how does it work? According to the Bank of International Settlements, it involves the transfer of a digital money token between devices that takes place without the payer and payee requiring a networked connection to any ledger system or back-end system to complete the payment.

What are the benefits of offline payments? ›

Offline payments are made using cash, cheques, bank transfers and postal orders. They exclude online payment options like cards and wallets. By accepting offline payment methods, a business can provide flexibility to customers and extend its reach to areas without online payment support.

What are the disadvantages of online payment? ›

10 Disadvantages and Concerns of Online Payments
  • Risk of Fraud. This is the first concern that comes to mind when we think of risks related to digital payments. ...
  • Technical Issues. ...
  • Transaction Limits. ...
  • Dependency on Internet. ...
  • Identity Theft. ...
  • Loss Of Cards. ...
  • Unfamiliarity With Technology. ...
  • Password Threats.
Mar 19, 2024

What are the three modes of online payment? ›

They can use different types of online payment methods, including debit/credit cards, wire transfers, net banking, and digital wallets.

What is the limit of offline transaction? ›

What is the limit of offline UPI transactions? The current maximum limit for offline UPI transactions is Rs. 5,000.

Is not an offline payment mode? ›

E‐cheque is not an offline payment mode.

What is an offline payment machine? ›

An offline POS (Point of Sale) machine, also known as an offline card terminal, is a device used by businesses to process card payments without the need for a constant internet connection.

How to take payments with no internet? ›

How to Accept Offline Payments
  1. Check hardware compatibility. Ensure your POS system and card terminal support offline payment processing.
  2. Enable offline mode. ...
  3. Inform customers. ...
  4. Manually enter card details. ...
  5. Record transaction details. ...
  6. Issue a receipt. ...
  7. Store transactions. ...
  8. Reconnect and upload.
Mar 25, 2024

What is an example of an offline transaction in a credit card? ›

Offline card transaction is a type of transaction when the person uses a credit/debit card to transfer money. The transaction goes the trader's account from the checking via credit card processing network.

Does Square take offline payments? ›

Who is this article for? Sellers with the account and settings permission to configure checkout settings can enable offline payments. Sellers with the checkout setting to take payments can accept an offline payment.

Which is offline payment mode? ›

Offline payments are made via cash, checks, bank transfers, postal orders, or any other offline means besides online payment methods such as cards, online wallets, etc.

How do I change my payment method on Chargebee? ›

Navigate to the Payment Method section on the subscription details page. Click Change against the payment method assigned for this subscription. Choose the payment method you would like to use for this subscription.

How do I accept credit card payments offline? ›

Accepting offline payments is quick and simple, just follow these four steps:
  1. Get a Payment System. In your point-of-sale system, enable offline mode, which is as simple as flicking a toggle. ...
  2. Swipe or Dip the Credit Card. ...
  3. Enter the Payment Amount. ...
  4. Complete the Transaction.
Jul 5, 2023

What is an offline POS transaction? ›

An offline POS software works without the need for an internet connection. It enables businesses to manage transactions, maintain inventories, and more, even in situations where connectivity is down or non-existent.

Top Articles
How to Cancel a Life Insurance Policy | Bankrate
How do bees get the nectar out of the flower?
Artem The Gambler
Warren Ohio Craigslist
Zabor Funeral Home Inc
Was ist ein Crawler? | Finde es jetzt raus! | OMT-Lexikon
Le Blanc Los Cabos - Los Cabos – Le Blanc Spa Resort Adults-Only All Inclusive
Jailbase Orlando
Dr Lisa Jones Dvm Married
How To Get Free Credits On Smartjailmail
Sinai Web Scheduler
When Is the Best Time To Buy an RV?
Corporate Homepage | Publix Super Markets
Keurig Refillable Pods Walmart
Alejos Hut Henderson Tx
Les Schwab Product Code Lookup
Mani Pedi Walk Ins Near Me
Xomissmandi
ZURU - XSHOT - Insanity Mad Mega Barrel - Speelgoedblaster - Met 72 pijltjes | bol
Indiana Wesleyan Transcripts
Ruse For Crashing Family Reunions Crossword
Ge-Tracker Bond
Aldi Bruce B Downs
Parc Soleil Drowning
Pearson Correlation Coefficient
Doki The Banker
Kingdom Tattoo Ithaca Mi
Target Minute Clinic Hours
Weldmotor Vehicle.com
Mals Crazy Crab
2004 Honda Odyssey Firing Order
They Cloned Tyrone Showtimes Near Showbiz Cinemas - Kingwood
Keshi with Mac Ayres and Starfall (Rescheduled from 11/1/2024) (POSTPONED) Tickets Thu, Nov 1, 2029 8:00 pm at Pechanga Arena - San Diego in San Diego, CA
Rek Funerals
Pfcu Chestnut Street
Rogold Extension
1-800-308-1977
Cross-Border Share Swaps Made Easier Through Amendments to India’s Foreign Exchange Regulations - Transatlantic Law International
Merge Dragons Totem Grid
20+ Best Things To Do In Oceanside California
2700 Yen To Usd
Ferguson Showroom West Chester Pa
Obituaries in Hagerstown, MD | The Herald-Mail
Cocorahs South Dakota
Todd Gutner Salary
Nu Carnival Scenes
18 Seriously Good Camping Meals (healthy, easy, minimal prep! )
Fresno Craglist
Solving Quadratics All Methods Worksheet Answers
Tenichtop
Latest Posts
Article information

Author: Jamar Nader

Last Updated:

Views: 6573

Rating: 4.4 / 5 (75 voted)

Reviews: 82% of readers found this page helpful

Author information

Name: Jamar Nader

Birthday: 1995-02-28

Address: Apt. 536 6162 Reichel Greens, Port Zackaryside, CT 22682-9804

Phone: +9958384818317

Job: IT Representative

Hobby: Scrapbooking, Hiking, Hunting, Kite flying, Blacksmithing, Video gaming, Foraging

Introduction: My name is Jamar Nader, I am a fine, shiny, colorful, bright, nice, perfect, curious person who loves writing and wants to share my knowledge and understanding with you.