# 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.
TIP
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.
# Content
Environment
- Sandbox environment vs Production.
Security
- How to make safe payment request.
-
- Learn how to submit a payout.
-
- A simulation(dry run) for payout.
Notification
- Receiving a notification. When and how.
- Receiving a notification. When and how.
-
- How to get your payout account balance in transfersmile.
-
- Get a certain payout status.
Payout List
- Get payout list within a certain period, max 31days.
-
- Get a certain payout detail.
Bank Code
- Find bank code here.
API Code
- transfersmile Payout API Code