activateStartupBonus

Activates the initial bonus for testing the service.

Request

POST https://api.bytehand.com/v2/payments/bonuses/startup

Parameters

Query Parameters
phone

string

Required parameter. Phone number.

Authorization

Requires authorization and the simultaneous presence of all of the following access rights: profile_manage, finances_deposit.

Response

Upon successful completion of the request, an object of type Response is returned.

Example

Request

POST https://api.bytehand.com/v2/payments/bonuses/startup?phone=%2B79167654321

X-Service-Key: ZO0XJngUXZKjlcFNpzXBbw4UriheYwlc

Response

Status Code: 200
Content-Type: application/json;charset=UTF-8
Cache-Control: no-cache, no-store, max-age=0, must-revalidate
Pragma: no-cache

{
  "result": "pending"
}