Skip to main content

Get Wallet Account by ID

GET 

/operations/wallet-accounts/:id

Retrieve detailed information about a user's wallet account by specifying its ID.

Request

Path Parameters

    id stringrequired

    Wallet account id.

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 requisition. All requisitions must have an identifier.

    x-lang string

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

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

Responses

The wallet account returned successfully.

Schema
    id stringrequired

    Wallet Account uuid.

    balance numberrequired

    Value in cents.

    pending_amount number

    Value in cents.

    state stringrequired

    Possible values: [pending, active, deactivate]

    Wallet account state.

    account_number string

    Wallet account number.

    branch_number string

    Wallet account branch number.

    wallet_id stringrequired

    Wallet account wallet id.

    currency_id numberrequired

    Wallet account currency id.

    currency_title string

    The currency title.

    currency_decimal numberrequired

    The currency decimal.

    currency_symbol stringrequired

    The currency symbol.

    currency_symbol_align stringrequired

    Possible values: [left, right]

    The currency symbol align.

Loading...