Skip to main content

Get Pix Devolution by ID

GET 

/v3/pix/devolutions/:id

Retrieve the state and details of a pix devolution by providing its ID.

Request

Path Parameters

    id stringrequired

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

Responses

The PIX devolution returned successfully.

Schema
    id stringrequired

    Devolution ID.

    amount numberrequired

    Value in R$ cents.

    description string

    User defined devolution description.

    failed_message stringnullable

    Error returned when devolution is reverted.

    state stringrequired

    Possible values: [PENDING, WAITING, CONFIRMED, ERROR, FAILED, CANCELED]

    Devolution state.

    operation_id stringrequired

    Operation UUID. Used to get receipt and track the transaction. This will not be returned if the payment has been scheduled.

    created_at date-timerequired

    Devolution created at.

Loading...