Skip to main content

Retrieve Merchant Balances

GET 

/pix/entities/{entity-id}/balances

Retrieves a merchant's balances from all PIX providers.

Request

Path Parameters

    entity-id stringrequired

    Possible values: <= 50 characters

Responses

OK

Schema

    balances

    object[]

  • Array [

  • provider Provider (string)required

    Possible values: [P1, P2, P3, P4, P5, P6]

    accountId AccountId (string)
    amount Amount (number)
    currency Currency (string)

    Possible values: >= 3 characters and <= 3 characters

    Default value: BRL
    lastUpdated date-time
    status ResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    Object describing the error in case such occurred during processing of the request.

    code stringrequired

    Code of the error in case such occurred during processing of the request.

    Possible values: <= 11 characters

    reason string

    Description of the error in case such occurred during processing of the request.

    Possible values: <= 400 characters

  • ]

  • result

    object

    required

    status ResultStatus (string)required

    Status of the request: success | error

    Possible values: [success, error]

    errors

    object

    Object describing the error in case such occurred during processing of the request.

    code stringrequired

    Code of the error in case such occurred during processing of the request.

    Possible values: <= 11 characters

    reason string

    Description of the error in case such occurred during processing of the request.

    Possible values: <= 400 characters

Loading...