https://api.payload.com/transaction_ledgers
Nested Objects
https://api.payload.com/transaction_ledgers/{id}/assoc_transaction
https://api.payload.com/transaction_ledgers/{id}/receiver
https://api.payload.com/transaction_ledgers/{id}/sender
https://api.payload.com/transaction_ledgers/{id}/transaction
Example
{
"id": "lgr_18AKqpV76wa1auHcbwxWzEEIB",
"object": "transaction_ledger",
"amount": 557.09,
"assoc_transaction_id": "txn_HHojjL9bKqGNDRtWYLlETN0a",
"attrs": {},
"created_at": "2024-08-21 13:35:03",
"entry_type": "string",
"modified_at": "2024-08-21 13:35:03",
"processed_date": "2024-08-21",
"receiver_id": "acct_1YHDo9NCw1xVp1NCHFsBh3pXR",
"sender_id": "acct_13MxOSb0BwHvrokq92l09gKZ4",
"transaction_id": "txn_5Etswj1B802aGD5AGKgHZgyG"
}
| Attributes | Description |
|---|---|
idstring readonly |
Object ID |
objectstring readonly |
Value: transaction_ledger |
amountnumber |
Amount of the entry |
assoc_transaction_idid required |
ID of the associated Transaction object |
attrsjson |
Custom object attributes |
created_atdatetime readonly |
None |
entry_typestring readonly |
Resulting transfer type |
modified_atdatetime readonly |
None |
processed_datedate readonly |
Date transaction was processed |
receiver_idid non-default readonly: update |
ID of the associated Customer or Processing Account object |
sender_idid non-default readonly: update |
ID of the associated Customer or Processing Account object |
transaction_idid required |
ID of the Transaction object |