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

# Getting started

Our API is designed to help you smoothly process payments and provide your customers with the best user experience.

### API environments

| Environment | URL                            |
| :---------- | :----------------------------- |
| Sandbox     | `https://api.stage.rocka.live` |
| Live        | `https://api.rocka.live`       |

### API endpoints

| Request method | Endpoint                                                                                                      |
| :------------- | :------------------------------------------------------------------------------------------------------------ |
| POST           | [Display customised payment buttons](/api-reference/open-banking-payments/display-customised-payment-buttons) |
| POST           | [Create a payment](/api-reference/open-banking-payments/create-a-payment)                                     |
| GET            | [Check payment status](/api-reference/open-banking-payments/check-payment-status)                             |
| GET            | [Get the list of top banks](/api-reference/open-banking-payments/get-the-list-of-top-banks)                   |
| POST           | [Create payment links](/api-reference/open-banking-payments/create-payment-links)                             |
| POST           | [Create a payout](/api-reference/payouts/create-a-payout)                                                     |
| GET            | [Check payout status](api-reference/payouts/check-payout-status)                                              |
| GET            | [Export payments](/api-reference/manage-your-data/export-payments)                                            |
| GET            | [Export payouts](/api-reference/manage-your-data/export-payouts)                                              |

If you need any help, please feel free to send us an email at [support@rocka.live](mailto:support@rocka.live).

<br />
