Retrieves a single event based on the id.
event found
{ "id": "EVYKMZD2E452EDFB48", "type": "event", "event_type": "payment.created", "payload": { "id": "PPH25H07JYWLR7PA82", "type": "payment", "amount": 1000, "description": "Test Payment", "currency": "EUR", "state": "initialized", "return_url": "https://example.com/thank-you", "cancel_url": "https://example.com/cancel", "paid_at": "2023-06-30T12:44:35Z", "created_at": "2023-06-30T12:40:10Z", "_links": { … } }, "created_at": "2023-06-30T12:40:10Z", "_links": { "self": "https://api.paypro.nl/events/EVYKMZD2E452EDFB48" } }
events found
{ "type": "list", "data": [ { … } ], "count": 0, "_links": { "self": "http://example.com", "next": "http://example.com", "prev": "http://example.com" } }