Skip to main content

Get Client Account by ID

GET 

/v1/crossborder/clients/:id/accounts/:account_id

Retrieve detailed information about a specific client account by providing the client ID and account ID.

Request

Path Parameters

    id stringrequired

    Client ID.

    account_id stringrequired

    Account ID.

Header Parameters

    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

Client account returned successfully.

Schema
    id stringrequired

    Account ID.

    user_id stringrequired

    User ID.

    client_id stringrequired

    Client ID.

    country objectrequired

    Country code.

    currency_symbol objectrequired

    Currency symbol.

    account_id stringrequired

    Account ID.

    account_type objectrequired

    Account type.

    account_number stringrequired

    Account number.

    branch string

    Branch number.

    bank_name stringrequired

    Bank name.

    bank_code stringrequired

    Bank code.

    bank_code_type objectrequired

    Bank code type.

    created_at date-timerequired

    Account created date.

    updated_at date-timerequired

    Account updated date.

Loading...