balance-transfer-v2
Balance transfer V2
* Endpoint: /api/server/transfer
* Method: POST
* Request notes:
- Transfers are not available while the player is inside the game for KY, MT, LEBO, and PG according to the source document.
- Important: the transfer request timeout must be configured to more than 30 seconds.
* Request parameters:
| Field | Type | Required | Description |
|---|---|---|---|
| platType | string | Yes | Game platform. See the Game platform reference appendix. |
| playerId | string | Yes | Player account. |
| currency | string | Yes | Currency code. Supported examples include BRL, CNY, HKD, IDR, INR, MMK, NGN, PHP, THB, USD, and VND. |
| amount | string | Yes | Transfer amount with up to two decimal places. The minimum amount is 1. |
| type | string | Yes | Transfer type: 1 transfer in, 2 transfer out. |
| orderId | string | No | Order ID. Use a unique 16-32 character alphanumeric string, for example 97460a6f6eaacc7e246a0a4374b64c13. |
* Response example:
{
"code": 10000, // Status code "msg": "request succeeded", // Message "data": null
}
balance-transfer-v2.txt · Last modified: 2025/02/07 23:34 (external edit)