> For a complete page index, fetch https://docs.transak.com/llms.txt

# Getting Started

Headless Cards lets partners embed a card payment form directly in their own UI without loading the full Transak widget. All API calls must be made from the partner backend.

# End Points

| Environment | Base URL                                                                   |
| ----------- | -------------------------------------------------------------------------- |
| Staging     | [https://api-gateway-stg.transak.com](https://api-gateway-stg.transak.com) |
| Production  | [https://api-gateway.transak.com](https://api-gateway.transak.com)         |

## Quick Navigation

* [Transaction Session API](/api/headless-cards/transaction-session-api) — Create a transaction session using a quote ID and wallet address.
* [Transaction Process API](/api/headless-cards/transaction-process-api) — Process the card payment using the `requestId` from the SDK callback.
* [Transaction Status API](/api/headless-cards/transaction-request-status-api) — Poll the status of a `requestId` until it reaches a terminal state.