Skip to main content
PATCH
Update Partner Settings

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
withdrawal_enabled
boolean | null
withdrawal_min_amount_kopeks
integer | null
Required range: 0 <= x <= 100000000
withdrawal_cooldown_days
integer | null
Required range: 0 <= x <= 365
withdrawal_requisites_text
string | null
Maximum string length: 2000
partner_section_visible
boolean | null
referral_program_enabled
boolean | null

Response

Successful Response

withdrawal_enabled
boolean
required
withdrawal_min_amount_kopeks
integer
required
withdrawal_cooldown_days
integer
required
withdrawal_requisites_text
string
required
partner_section_visible
boolean
required
referral_program_enabled
boolean
required