> ## Documentation Index
> Fetch the complete documentation index at: https://developers.uqpay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Account Center is UQPAY's shared platform layer for authentication, account management, and webhook configuration.

Account Center is the unified platform layer that underpins all UQPAY products. It handles three core responsibilities that every product depends on: issuing access tokens for API authentication, managing master and subaccount structures, and configuring webhook endpoints to receive event notifications.

## Core capabilities

<CardGroup cols={3}>
  <Card title="Authentication" icon="fa-key" href="/account-center/v1.6/guide/quickstart">
    Obtain and manage access tokens used to authenticate API requests across all UQPAY products.
  </Card>

  <Card title="Account management" icon="fa-users" href="/account-center/v1.6/guide/account-onboarding">
    Onboard subaccounts, configure permissions, and act on behalf of connected accounts.
  </Card>

  <Card title="Webhooks" icon="fa-bell" href="/account-center/v1.6/guide/webhooks-overview">
    Register endpoints and receive real-time event notifications for payments, transfers, and card activity.
  </Card>
</CardGroup>

## Account structure

Account Center uses a master account and subaccount model. Your master account holds a single set of API credentials that apply across all subaccounts. Each subaccount can represent a merchant, subsidiary, or end customer depending on your use case.

See [Connected Accounts](/account-center/v1.6/guide/connected-accounts) for details on how to create and manage subaccounts.

## Products

Account Center authentication and account management apply to all UQPAY products.

<CardGroup cols={2}>
  <Card title="Global Acquiring" icon="cash-register" href="/global-acquiring/v1.6/guide/overview">
    Accept payments from customers worldwide across cards, wallets, and local payment methods.
  </Card>

  <Card title="Global Account" icon="building-columns" href="/global-account/v1.6/guide/overview">
    Hold, convert, and send funds across multiple currencies and jurisdictions.
  </Card>

  <Card title="Card Issuance" icon="credit-card" href="/card-issuance/v1.6/guide/overview">
    Issue virtual and physical cards to your users with spend controls and real-time authorization.
  </Card>

  <Card title="Stablecoin Account" icon="arrow-right-arrow-left" href="/stablecoin-account/v1.6/guide/stablecoin-account-api-publisher-disclaimer">
    Move value on-chain using stablecoin-backed accounts.
  </Card>
</CardGroup>

## Developer resources

<CardGroup cols={2}>
  <Card title="API Reference" icon="code" href="/account-center/v1.6/api-reference/access-token">
    Explore the full Account Center API — authentication, account operations, and supporting services.
  </Card>

  <Card title="Webhooks overview" icon="bell" href="/account-center/v1.6/guide/webhooks-overview">
    Learn how webhook delivery works and how to verify event signatures.
  </Card>
</CardGroup>
