Skip to main content

Search transaction by its UUID

GET 

/api/transaction/:transactionUuid/status

deprecated

This endpoint has been deprecated and may be replaced or removed in future versions of the API.

Returns the found transaction data.

Request

Path Parameters

    transactionUuid stringrequired

    Transaction UUID

    Example: 7da0c9af-215e-4625-b484-b8cfc87aaa09

Responses

Successful operation

Schema
    transaction_uuid transaction_uuid (string)

    Reference of the QrCode for conciliation

    status status (string)

    Possible values: [pending, paid, paid_by_third_party, failed, awaiting, payment rejected, paid_without_qrcode, refund_received]

    Transaction status

    status_reason status_reason (string)

    Transaction status reason

    value value (string)

    Value of the transaction

    transaction_type transaction_type (string)

    Possible values: [transaction, withdraw, refund]

    Transaction type

    merchant_id merchant_id (string)

    Merchant's ID for conciliation

    cpf_cnpj cpf_cnpj (string)

    Document of the person who paid or received (CPF or CNPJ)

    costumer_name costumer_name (string)

    Costumer's name

    costumer_email costumer_email (string)

    Costumer's email

    end_to_end_id end_to_end_id (string)

    Transaction's pix end_to_end_id

    payment_date payment_date (string)

    Date when the transaction was confirmed as paid

    created_at created_at (string)

    Date when the transaction was created

    updated_at updated_at (string)

    Date when the transaction was last updated

Loading...