Search...
APIJSLog inGet started in sandbox
Airwallex logo
Home
Platform APIs
Connected Accounts
Accounts
Payments
Billing
Transactional FX
Payouts
Issuing
Back to home
OverviewHow Airwallex Billing worksGet started with billingChoose your billing solutionConfigure your billing settingsSupported currencies
Invoicing
Billing components
Customers
Products
Products via API
Prices
Payment sourcesCheckout
Test and go live

Products via API

This tutorial will guide you through the steps to create and manage customers via Billing APIs.

Before you begin

Create a product

Call Create a product API and provide as much information as possible about the product.

  • name: The name of the product.
  • description: Product description.
  • unit: The billing frequency for the product.

The example code shows how to create a one-off charge product.

Shell

Deactivate a product

You can retire products you no longer wish to use by setting the active field to false in Update a product API request.

Deactivating a product means it can no longer be selected when creating new subscriptions or invoices. Note that it will not affect existing subscriptions or invoices that have used this product.

Shell

Manage products

After creating a product object, you can perform the following actions:

Was this page helpful?
On this page
  • Before you begin
  • Create a product
  • Deactivate a product
  • Manage products
Was this page helpful?