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 |
---|---|
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 |
None |
entry_type string readonly |
Resulting transfer type |
modified_at datetime readonly |
None |
processed_date date readonly |
Date transaction was processed |
receiver_id id non-default readonly: update |
ID of the associated Customer or Processing Account object |
sender_id id non-default readonly: update |
ID of the associated Customer or Processing Account object |
transaction_id id required |
ID of the Transaction object |