Skip to main content

Update Wallet Limit

PATCH 

/limits/wallets

Tag: api-paas-patch-operations-wallet-limits-by-wallet-idDescription: Update a specific wallet limit.

Request

Header Parameters

    x-wallet-uuid string

    Sender Wallet UUID (if empty, your default Wallet UUID will be settled)

    nonce stringrequired

    The nonce ID is a UUID (v4) used to uniquely identify the request. All requests must have an identifier.

    x-lang string

    Possible values: [pt-BR, en-US]

    Indicates the preferred language. Defaults to Brazilian Portuguese if unspecified.

    x-product-uuid string

    The product ID is a UUID (v4) used to identify the Z.ro product configuration.

    x-product-target-user-uuid string

    The product target user ID is a UUID (v4) used to identify what user account this request must be executed. Require: x-product-uuid.

Body

required
    daily_limit numberrequired

    Wallet daily limit

    nightly_limit numberrequired

    Wallet nightly limit

    monthly_limit numberrequired

    Wallet monthly limit

    yearly_limit numberrequired

    Wallet yearly limit

    max_amount number

    Wallet max amount

    min_amount number

    Wallet min amount

    max_amount_nightly number

    Wallet max amount nightly

    min_amount_nightly number

    Wallet min amount nightly

    user_max_amount number

    Wallet user max amount

    user_min_amount number

    Wallet user min amount

    user_max_amount_nightly number

    Wallet user max amount nightly

    user_min_amount_nightly number

    Wallet user min amount nightly

    user_nightly_limit number

    Wallet user nightly limit

    user_daily_limit number

    Wallet user daily limit

    user_monthly_limit number

    Wallet user monthly limit

    user_yearly_limit number

    Wallet user yearly limit

    night_time_start string

    Wallet night time start

    night_time_end string

    Wallet night time end

Responses

The wallet limit updated.

Schema
    id stringrequired

    Wallet limit id.

Loading...