Object that represents the Pix transaction associated with an infraction.
| Property | Type | Description |
|---|---|---|
end_to_end_id | String | Unique end-to-end transaction identifier assigned by the Pix network. |
payment_id | String | dLocal payment identifier. |
payment_merchant_id | String | Merchant identifier associated with the payment. |
value | String | Transaction amount. |
payer | Payer Object | Details of the transaction sender. |
receiver | Receiver Object | Details of the transaction recipient. |
Example
{
"end_to_end_id": "E12345678202608241200000000001",
"payment_id": "PAY-987654321",
"payment_merchant_id": "MERCH-001",
"value": "150.00",
"payer": { ... },
"receiver": { ... }
}