https://api.payload.com/operations
Nested Objects
https://api.payload.com/operations/{id}/transaction
Example
{
"id": "op_AK828vSmkDgL240SzhM3cnMm",
"object": "operation",
"amount": 187.18,
"attrs": {},
"created_at": "2024-08-21 13:35:03",
"modified_at": "2024-08-21 13:35:03",
"status": "complete",
"transaction_id": "txn_1Y7u1o4jiek5U1i0G1WDJyIel",
"type": "authorize"
}
Attributes | Description |
---|---|
id string readonly |
Object ID |
object string readonly |
Value: operation |
amount number |
Amount of the operation |
attrs json |
Custom object attributes |
created_at datetime readonly |
None |
modified_at datetime readonly |
None |
status string |
Values: complete failed unknown |
transaction_id id required |
ID of the Transaction object |
type string |
Values: authorize process finalize void reject clear |