WithdrawStatus() API

This API request enables the operator to get the status of withdraw request.

WithdrawStatus() Request

TypeInput
HTTP MethodPOST
API URLhttps://<API_BASE_URL>/wallet/wallet-withdraw-status/
Headers"Content-Type": "application/json"
POST Parametersjson object e.g.:
{
"api_key": "1pghjl4v5apt2bks",
"username": "test_username",
"password": "passt84fas28",
"transaction_id": "10032"
}
ParametersTypeDescription
api_keyStringAPI Key allocated to each front-end
usernameStringUsername of the player
passwordStringPassword of the player
transaction_idStringUnique transaction ID

WithdrawStatus() Response + Example

{
	"result": {"status": "success",
                  "transaction_id": "10032", 
                  }
}
Object/Key in Response ObjectTypeDescription
resultJSON ObjectKey result contains the JSON object as value.
statusStringResponse status
transaction_idStringTransaction ID