The Transaction Object

Object that represents the Pix transaction associated with an infraction.

PropertyTypeDescription
end_to_end_idStringUnique end-to-end transaction identifier assigned by the Pix network.
payment_idStringdLocal payment identifier.
payment_merchant_idStringMerchant identifier associated with the payment.
valueStringTransaction amount.
payerPayer ObjectDetails of the transaction sender.
receiverReceiver ObjectDetails of the transaction recipient.

Example

{
  "end_to_end_id": "E12345678202608241200000000001",
  "payment_id": "PAY-987654321",
  "payment_merchant_id": "MERCH-001",
  "value": "150.00",
  "payer": { ... },
  "receiver": { ... }
}