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

# Overview

> Charge, authorize, capture, refund, void, and check status of card transactions.

<Info>
  [← Back to API Reference](/api-reference/overview)
</Info>

Submit card processing requests to a single API endpoint. Orchestra routes them to your chosen payment gateway, supporting [{supportedIntegrations} processors](https://orchestrasolutions.com/integrations/). Need one we don't support? [Request an integration](https://orchestrasolutions.com/integration-request/) at no cost.

## Key Features

* **Single integration**: Connect to any supported processor without separate integrations
* **Orchestration workflows**: Build routing logic, retries, and failover
* **Multi-tenant support**: Store merchant credentials via [Payment Gateway Accounts](/api-reference/paymentgatewayaccounts/overview) to process on behalf of customers
* **Flexible card input**: Send card details inline or reference a [StringToken](/api-reference/stringtokens/overview)

For gateway-specific parameters, see [Gateway Requirements](/guides/rest-api/gateway-requirements).

***

## Endpoints

<CardGroup cols={2}>
  <Card title="List Gateways" icon="list" href="/api-reference/paymentgateway/list-all-payment-gateways">
    Retrieve all supported payment gateways
  </Card>

  <Card title="Charge" icon="credit-card" href="/api-reference/paymentgateway/perform-a-payment-gateway-charge-operation">
    Process a payment charge
  </Card>

  <Card title="Authorize" icon="lock" href="/api-reference/paymentgateway/perform-a-payment-gateway-authorize-operation">
    Authorize a payment for later capture
  </Card>

  <Card title="Capture" icon="hand-holding-dollar" href="/api-reference/paymentgateway/perform-a-payment-gateway-capture-operation">
    Capture a previously authorized payment
  </Card>

  <Card title="Void" icon="ban" href="/api-reference/paymentgateway/perform-a-payment-gateway-void-operation">
    Void a transaction
  </Card>

  <Card title="Refund" icon="rotate-left" href="/api-reference/paymentgateway/perform-a-payment-gateway-refund-operation">
    Refund a completed transaction
  </Card>

  <Card title="Tokenize" icon="ticket" href="/api-reference/paymentgateway/perform-a-payment-gateway-tokenize-operation">
    Tokenize a card for future use
  </Card>

  <Card title="Status" icon="circle-question" href="/api-reference/paymentgateway/perform-a-payment-gateway-status-operation">
    Check transaction status
  </Card>
</CardGroup>
