> For the complete documentation index, see [llms.txt](https://docs.pagsmile.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.pagsmile.com/reference/payout.md).

# Payout API

This section covers technical details of the Payout API. It contains functional examples of the requests and important observations to be taken into account during integration.

{% hint style="success" %}

* All calls to the Payout API use HTTP POST Request.
* All calls to the Payout API should with JSON body parameters.
* All calls to the Payout API will return JSON responses, including errors.
  {% endhint %}

## Content

* [**Environment**](/reference/payout/env.md)
  * Sandbox environment vs Production.
* [**Security**](/reference/payout/security.md)
  * How to make safe payment request.
* [**Submit a payout**](/reference/payout/submit-a-payout.md)
  * Learn how to submit a payout.
* [**Payout Dry-Run**](/reference/payout/payout-dryrun.md)
  * A simulation(dry run) for payout.
* [**Notification**](/reference/payout/notification.md)
  * Receiving a notification. When and how.
* [**Checkout Page**](/reference/payout/checkout-page.md)
  * How to submit a checkout page.
* [**Account Balance**](/reference/payout/account-balance.md)
  * How to get your payout account balance in Pagsmile.
* [**Payout Status**](/reference/payout/payout-status.md)
  * Get a certain payout status.
* [**Payout List**](/reference/payout/payout-list.md)
  * Get payout list within a certain period, max 31days.
* [**Payout Detail**](/reference/payout/payout-detail.md)
  * Get a certain payout detail.
* [**Bank Code**](/reference/payout/banklist.md)
  * Find bank code here.
* [**API Code**](/reference/payout/api-code.md)
  * Pagsmile Payout API Code
