You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -277,5 +299,25 @@ public function list(string $transactionId, ?string $cursor = null, ?int $limit
277
299
thrownew \Gr4vy\errors\APIException('Unknown status code received', $statusCode, $httpResponse->getBody()->getContents(), $httpResponse);
278
300
}
279
301
}
302
+
/**
303
+
* List transaction events
304
+
*
305
+
* Retrieve a paginated list of events related to processing a transaction, including status changes, API requests, and webhook delivery attempts. Events are listed in chronological order, with the most recent events first.
0 commit comments