Transaction Object
Fields
| Field | Type | Description |
|---|---|---|
transactionId | string | The unique identifier (ULID) of the transaction |
paymentMethod | string | The payment method used (e.g. CARD) |
datePaid | number | Unix timestamp (seconds) of when the transaction was paid |
amount | number | Total amount charged, including tip and fee |
amountBreakdown | object | See Amount Breakdown |
applicationFee | number | null | The application fee retained by pey. Can be null. |