LogoLogo
  • LiquidCommerce Documentation
  • πŸ”Authentication API Integration
    • Get Access Token
  • Services
    • πŸ—ΊοΈAddress API
      • Autocomplete
      • Details
    • πŸ‘₯Users API
      • Session
      • Fetch User
      • Delete User
      • Create/Update Address
      • Delete Address
      • Add Payment
      • Update Default Payment
      • Delete Payment
    • πŸ—ƒοΈCatalog API
      • Search
      • Availability
    • πŸ›’Cart API
      • Create/Update Cart
    • πŸ›οΈCheckout API
      • Prepare
      • Complete
    • πŸ“Orders API
      • Authentication
      • Get Order
  • CLOUD SDK
    • Overview
    • Methods & Usage
  • EVENTS & ERRORS
    • Overview
    • Cart Events
    • Checkout Status Codes
  • EVENT BRIDGE (WEBHOOKS)
    • Orders
  • Types
    • Loc
    • Catalog
    • Catalog Filters
    • Product
    • Cart
    • User
    • Retailer
    • Checkout
    • Order
Powered by GitBook
On this page
  • Checkout API Overview
  • Key Features
  • Security and Compliance
  • Authentication
  • Error Handling
  • Rate Limiting
Export as PDF
  1. Services

Checkout API

The LiquidCommerce Checkout API provides a secure, PCI-compliant transaction processing system optimized for beverage alcohol e-commerce

Checkout API Overview

This API handles the final steps of the purchasing process, including payment processing, order creation, and confirmation.

Key Features

  • Secure payment processing

  • Order creation and management

  • Support for multiple payment methods

  • Integration with cart and inventory systems

  • PCI DSS compliant

  • Real-time inventory checks

  • Support for promotional codes and discounts

Security and Compliance

The Checkout API is designed with security as a top priority:

  • PCI DSS Compliance: Fully compliant with Payment Card Industry Data Security Standard, ensuring secure handling of payment information.

  • Tokenization: Sensitive payment data is tokenized to minimize risk.

  • Encryption: All data is encrypted in transit and at rest.

  • Fraud Detection: Implements advanced fraud detection mechanisms.

Authentication

Before using the API, you need to obtain an access token from the Authentication API. Include this token in the Authorization header of all API requests:

Authorization: Bearer <YOUR_ACCESS_TOKEN>

Error Handling

The API uses standard HTTP response codes to indicate the success or failure of requests. In case of an error, the response body will contain a JSON object with more details about the error.

Checkout complete uses strict error handling with specific status codes. Checkout Status Codes

Rate Limiting

The API is subject to rate limiting to ensure fair usage and maintain performance. If you exceed the rate limit, you'll receive a 429 (Too Many Requests) response.

PreviousCreate/Update CartNextPrepare

Last updated 6 months ago

πŸ›οΈ

Support

Our dedicated support team is available to assist you with API integration and usage. For any questions or issues, please contact solutions@liquidapp.co.