Developer Guide

Short integration pointers for building on GetPaidHQ.

Start with the API reference when you need exact request and response shapes. This section links to implementation-focused guides.

Common sequence

  1. Create products, variants, and prices.
  2. Create or reuse a customer.
  3. Store a reusable payment token if the subscription will auto-renew.
  4. Create and complete an order.
  5. Use webhooks or polling to react to billing events.
  6. Send usage events for metered prices.

On this page