API Docs
API Docs
  1. Customers
  • Getting Started
    • Introduction to Sales Tax Calculation
    • Step By Step - Creating your first transaction
    • Step By Step - Creating VAT / Global Tax Transaction
  • Endpoints
    • Authentication
      • Authentication - Getting Started
      • Create JWT
    • Customers
      • Get to Know
      • Get Customer
        GET
      • Get All Customers
        GET
      • Upsert Customer
        PUT
      • Update Customer
        PATCH
    • Exemptions
      • Get to Know
      • Get All Exemptions
      • Post Exemption
      • Update Exemption
      • Patch Exemption
    • Transactions
      • Get to Know
      • The Importance of Shipping Address
      • How to Use Credit Memos
      • Get Transaction (thin)
      • Get Transaction
      • Upsert Transaction
      • Delete Transaction
      • Get All Transactions (thin)
      • Get All Transactions
      • Upsert VAT / GT Transactio
    • Address Validation
      • Address Validation Intro
      • Validate Address
    • Sales Tax Rates
      • Get Sales Tax Rates
    • Vat Validation
      • Validate Vat
  • Special Features
    • Global Tax Rate
    • Partial Address
    • Discounts
    • Inclusive Tax
    • Vat Validation
    • Post exemptions from CSV
      POST
  1. Customers

Get to Know

The Customer Endpoint
This endpoint allows you to interact with the Complyt engine to create and update customer records. Proper customer management is crucial for accurate sales tax calculation. It is advisable to create customer records before processing transactions for the following reasons:
1.
Customer types can impact nexus thresholds. Learn more about customers types here.
2.
Exempt Customers: Some customers may be exempt from paying sales tax, regardless of the Complyt engine’s calculations.
INFO
Exemptions can be update using the exemptions endpoint
Given these considerations, it is important to update customer settings before processing any transactions.
Customer Types
RETAIL
Retail customers are the end consumers who purchase goods or services for personal use and not for resale. Sales to retail customers typically include the highest sales tax rates since the goods or services are used for final consumption.
By default, the Complyt Engine classifies these customers as taxable.
RESELLER
Reseller customers purchase goods or services with the intention of reselling them. These customers often qualify for sales tax exemptions or reduced rates because the tax is collected when the goods are sold to the final consumer.
By default, the Complyt Engine classifies these customers as taxable.
MARKETPLACE
Marketplace customers are involved in the sale of goods or services through a third-party platform. The marketplace facilitator, rather than the individual seller, is responsible for collecting and remitting sales tax.
By default, the Complyt Engine classifies these customers as Non-taxable.
Previous
Create JWT
Next
Get Customer
Built with