Skip to main content

Webhook PIX Without QrCode

Webhook payload

    status status (string)required

    Possible values: [paid, failed]

    Transaction status

    webhook_type webhook_type (string)required

    Possible values: [transaction]

    Transaction type

    transaction_uuid transaction_uuid (string)required

    Transaction UUID

    description description (string)

    Transaction description

    value value (string)required

    Transaction value

    payment_date payment_date (string)

    Payment date

    merchant_id merchant_id (string)

    Reference of the store that solicitate the action

    end_to_end_id end_to_end_id (string)required

    End to end id of the transaction

    client object[]nullable

    Information about the client

  • Array [
  • name string

    Client's name

    cpf_cnpj string

    Client's document

  • ]
  • bank_account_data object[]nullable

    Information about the payer's bank account

  • Array [
  • bank_name string

    Bank's name

    bank_ispb string

    Bank's ISPB

  • ]