Cards

Highlight features and link to other pages

Basic card

Authentication

Every API request requires a Bearer token in the Authorization header.

<Card title="Authentication">

  Every API request requires a Bearer token in the `Authorization` header.

</Card>

With icon

SDKs

Official client libraries for Node.js, Python, Go, and Ruby.

<Card title="SDKs" icon="box">

  Official client libraries for Node.js, Python, Go, and Ruby.

</Card>
Quickstart

Make your first API call in under 5 minutes.

<Card title="Quickstart" icon="play" href="/quickstart">

  Make your first API call in under 5 minutes.

</Card>

Grid layout

Use Columns to arrange cards side by side:

Payments

Charge cards, send invoices, manage refunds.

Customers

Store payment methods and billing details.

Webhooks

Get notified when events happen in your account.

Testing

Sandbox environment with test API keys.

<Columns cols={2}>
  <Card title="Payments" icon="credit-card">

    Charge cards, send invoices, manage refunds.

</Card>
  <Card title="Customers" icon="users">

    Store payment methods and billing details.

</Card>
</Columns>

Properties

stringrequired

Card heading text.

string

Font Awesome icon name (e.g., book, code, rocket).

string

URL the card links to. Can be a relative path or external URL.