Skip to main content

Update Credits Auto Top-up Settings

PUT 

/account/credits/top-up/settings/

Request

Body

    auto_top_up_on_expiration boolean

    If true, buy credits automatically on the expiration date of purchased credits.

    auto_top_up_on_insufficient boolean

    If true, buy credits automatically when the account balance is insufficient to perfom scans.

    auto_top_up_credits_pack

    object

    nullable

    id stringrequired

    Possible values: <= 100 characters

    name string

    Possible values: <= 50 characters

    price integer

    Possible values: >= -2147483648 and <= 2147483647

    currency_code string

    Possible values: [USD, EUR, GBP, ``]

    • USD - USD
    • EUR - EUR
    • GBP - GBP
    pack_amount int64

    Possible values: <= 4294967295

    discount integerrequired
    savings integerrequired

Responses

Schema

    auto_top_up_on_expiration boolean

    If true, buy credits automatically on the expiration date of purchased credits.

    auto_top_up_on_insufficient boolean

    If true, buy credits automatically when the account balance is insufficient to perfom scans.

    auto_top_up_credits_pack

    object

    nullable

    id stringrequired

    Possible values: <= 100 characters

    name string

    Possible values: <= 50 characters

    price integer

    Possible values: >= -2147483648 and <= 2147483647

    currency_code string

    Possible values: [USD, EUR, GBP, ``]

    • USD - USD
    • EUR - EUR
    • GBP - GBP
    pack_amount int64

    Possible values: <= 4294967295

    discount integerrequired
    savings integerrequired
Loading...