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

# Overview

<CardGroup cols={2}>
  <Card title="Send API request" icon="lock" href="/recipes/api-request" arrow="true">
    Send an authenticated API request to our API
  </Card>

  <Card title="Accept payments" icon="receipt" href="/recipes/accept-payment" arrow="true">
    Create a payment for any amount and currency
  </Card>

  <Card title="Providers and Gateways" icon="cash-register" href="/recipes/handle-providers" arrow="true">
    Understand and switch between providers and gateways
  </Card>

  <Card title="Validate webhook Signature" icon="shield-check" href="/recipes/validate-signature" arrow="true">
    Ensure the integrity and authenticity of webhook requests
  </Card>

  <Card title="Handle webhooks" icon="webhook" href="/recipes/handle-webhook" arrow="true">
    Handle webhook payloads, events and signatures
  </Card>

  <Card title="Redirect after checkout" icon="arrow-up-right-from-square" href="/recipes/redirect-checkout" arrow="true">
    Redirect customers to a custom link after payments
  </Card>
</CardGroup>

<Card title="Suggest new Recipes" icon="user-chef" href="mailto:hello@bitgpt.xyz" arrow="true">
  Looking for something and it's not here? Get in touch with us and we'll help you.
</Card>
