Setting up payment terms in B2B
Payment terms let you set the time period that a company has to pay for an order. You can set payment terms for any company location that you create. After payment terms are set for a location, any B2B customer for that location can enter payment information for an order. You can also use payment terms when you create a draft order for a B2B customer.
You can also set up a deposit requirement for your payment terms for orders and draft orders.
On this page
Payment term types
Review the following table to learn more about different types of payment terms that you can set up for company locations:
Payment term | Description |
---|---|
No payment terms | Payment terms are set to none by default. Your customers pay for orders immediately during checkout. |
Net (period) |
|
Due on fulfillment |
|
Orders and draft orders with B2B customers or from the B2B checkout must be manually captured when they don't have a valid authorization and due on fulfillment payment terms.
Set up payment terms for a company location
You can set up payment terms for a specific company location.
Steps:
From your Shopify admin, go to Customers > Companies.
Click a company that you want to set up payment terms for.
In the Locations section, click a company location that you want to set up payment terms for.
In the Payment terms section, click the pencil icon.
From the drop-down menu, select a payment term type.
-
Optional: Set up a deposit for your payment terms:
- Select Require deposit on orders created at checkout.
- Enter a percentage amount deposit requirement, such as 20%.
Click Save.
Set up payment terms for a company
You can set up payment terms for all locations in a company.
Steps:
From your Shopify admin, go to Customers > Companies.
Click a company that you want to set up payment terms for.
In the Payment terms section, click the pencil icon.
From the drop-down menu, select a payment term type.
-
Optional: Set up a deposit for your payment terms:
- Select Require deposit on orders created at checkout.
- Enter a percentage amount deposit requirement, such as 20%.
Click Save.
Set up payment terms for companies in bulk
You can set up payment terms for multiple companies at the same time from the Companies index page.
Steps:
From your Shopify admin, go to Customers > Companies.
Use the checkboxes to select the companies that you want to set up payment terms for.
Click Edit payment terms.
From the drop-down menu, select a payment term type.
-
Optional: Set up a deposit for your payment terms:
- Select Require deposit on orders created at checkout.
- Enter a percentage amount deposit requirement, such as 20%.
Click Save.
Deposits for your payment terms in B2B
You can set up a percentage-based deposit requirement for your payment terms. Deposits work with orders and draft orders. Your customers need to pay the deposit amount when placing an order at checkout. Deposits can be paid with a credit card or a manual payment method, such as a bank deposit.
You can set up a deposit for all locations in a company or for a specific company location.
Draft orders and deposits
You can create a draft order to require a deposit, and then send an invoice to your customer to request payment for a deposit.
For company locations that are set to submit orders as drafts for review and have payment terms with a deposit requirement, the deposit requirement is displayed to your customers at checkout, and the payment terms that get automatically applied to the draft order include the deposit. If a customer has vaulted a credit card, then you can charge the card for the deposit when confirming the order.
Customer experience
The deposit amount and the payment schedule for the outstanding balance are displayed to your customers at checkout, on the thank you page, and in new customer account pages. If you create a draft order with a deposit, then the deposit amount is also displayed in the invoice that you send to your customer.
Order payment status
When a deposit payment is captured automatically, the order's payment status displays as Partially paid in your Shopify admin. When a deposit payment isn't captured automatically, such as in cases where payments are captured manually or the customer chose to make a manual payment, the order's payment status displays as Payment pending and Due. You must select Collect payment to capture the deposit payment or confirm the manual payment for the deposit as paid.
Update the Draft order invoice email notification for deposits
If your store uses customized notification templates, then you might need to update your Draft order invoice notification manually to ensure that deposits are displayed in the Draft order invoice notification.
These changes require familiarity with the code that is used in Shopify's notification templates. If your templates are highly customized and you're not sure how to apply the necessary changes, then contact the developer that made the changes or click Revert to default to restore your template to its original state. Reverting to default removes any customizations you have made, but reverting to default ensures that your templates are the most current version.
Before you make any changes, back up your template by copying and pasting it into another document, such as Google Docs. After you make changes, click Preview to review your changes and ensure that they function as expected before you click Save.
Steps:
From your Shopify admin, go to Settings > Notifications.
Click Customer notifications.
In the Order processing section, click Draft order invoice.
Click Edit code.
Locate the section of the code that begins with
{% if payment_terms %}
, and then replace the section below up to{% endif %}
with the following code snippet:
- Optional: To preview your changes, click Preview.
- Click Save.