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 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.

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.

Authorization: http

name: bearertype: httpscheme: bearerbearerFormat: JWT
curl -L -X GET 'https://docs.zrobank.io/operations/wallet-accounts/:id' \
-H 'Accept: application/json' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Auth
Parameters
— pathrequired
— headerrequired
— header
— header
— header
— header
ResponseClear

Click the Send API Request button above and see the response here!