Welcome to the External Merchant API.
Use this documentation to securely interact with your merchant account, manage balances, and create payouts.
๐ Authentication
All requests must include an API key in the headers:
X-API-Key: your_api_key
โ ๏ธ If the API key is restricted by IP addresses, requests will only be accepted from those IPs.
๐ฐ Get Merchant Balance
GET /api/v1/external/merchants/balance
Retrieve the current balance of the merchant across all currencies.
โ
Response
{
"balances": [
{
"currency_code": "USDT",
"amount": 1000.50,
"symbol": "$",
"is_primary": true
}
],
"primary_currency": {
"code": "USDT",
"symbol": "$",
"name": "Tether USD"
}
}
๐ Get Payout Counts by Status
GET /api/v1/external/merchants/payouts/count-by-status
Returns the number of payouts grouped by their status.
โ
Response
๐ Get Payout Details
GET /api/v1/external/merchants/payouts/{payout_id}
Get full details of a specific payout by its ID.
โ
Response
๐ List Payouts
GET /api/v1/external/merchants/payouts
Returns a paginated list of all payouts.
๐งพ Query Parameters (optional)
ISO 8601 format start date
Number of items to return
โ
Response
โ๏ธ Create a Payout
POST /api/v1/external/merchants/payouts
Creates a new payout request to a recipient.
๐ฆ Request Body
โ
Success Response
โ Error Response
If you have questions or want to request access, please contact our support team.
๐ ะฅะพัะตัั, ั ะฟะพะดะณะพัะพะฒะปั Markdown-ัะฐะนะปั ะฒ ััััะบัััะต /docs/api ะดะปั GitBook ะธะปะธ GitHub Pages?
Last updated