User Tools

Site Tools


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:

FieldTypeRequiredDescription
platType string YesGame platform. See the Game platform reference appendix.
playerId string YesPlayer account.
currencystringYesCurrency code. Supported examples include BRL, CNY, HKD, IDR, INR, MMK, NGN, PHP, THB, USD, and VND.
amount stringYesTransfer amount with up to two decimal places. The minimum amount is 1.
typestringYesTransfer type: 1 transfer in, 2 transfer out.
orderIdstringNoOrder 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)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki