List the Order Transactions.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
[
{
"uuid": "b28319af-48d1-3c1a-8720-886d58427274",
"type": "charge",
"status": "processing",
"gateway_driver": "cash",
"amount": {
"currency": "USD",
"amount": "90.71",
"amount_minor": 9071
},
"reference": "49ef46c6-c768-36e4-af87-f1654e55f667",
"created_at": "2026-03-03T14:05:30+00:00"
},
{
"uuid": "7358e0ab-216a-3f60-843f-5fe6bc039181",
"type": "charge",
"status": "processing",
"gateway_driver": "cash",
"amount": {
"currency": "USD",
"amount": "32.72",
"amount_minor": 3272
},
"reference": "c016a561-1c02-3fc9-99fe-e5e7d0232b0b",
"created_at": "2026-03-03T14:05:30+00:00"
}
]