Transaction Ledgers

https://api.payload.co/transaction_ledgers

Nested Objects

https://api.payload.co/transaction_ledgers/{id}/assoc_transaction

https://api.payload.co/transaction_ledgers/{id}/transaction

Example

{
  "id": "lgr_1v7xVZEAeWiqCSw2LXFLzepRL",
  "object": "transaction_ledger",
  "amount": 818.74,
  "assoc_transaction_id": "txn_14S5FW5JsyN8lEis4wQtT2ous",
  "attrs": {},
  "created_at": "2022-02-02 21:11:49",
  "entry_type": "string",
  "modified_at": "2022-02-02 21:11:49",
  "processed_date": "2022-02-02",
  "transaction_id": "txn_1ogS0Sr7UcVVmzMoZEt9HdA6g"
}
Attributes Description
id
string readonly
Object ID
object
string readonly
Value: transaction_ledger
amount
number
Amount of the entry
assoc_transaction_id
id required
ID of the associated Transaction object
attrs
json
Custom object attributes
created_at
datetime readonly
Timestamp object was created
entry_type
string readonly
Resulting transfer type
modified_at
datetime readonly
Timestamp object was last updated
processed_date
date readonly
Date transaction was processed
transaction_id
id required
ID of the Transaction object