Returns the chronological event timeline for a payout showing all state transitions.
cURL
curl --request GET \ --url https://api.antonpayments.com/v1/payouts/{id}/events \ --header 'Authorization: Bearer <token>'
{ "data": [ { "id": "<string>", "payout_id": "<string>", "status": "<string>", "previous_status": "<string>", "actor_type": "<string>", "actor_id": "<string>", "metadata": {}, "occurred_at": "2023-11-07T05:31:56Z", "created_at": "2023-11-07T05:31:56Z" } ] }
Merchant API key: ak_live_* (production) or ak_test_* (sandbox).
ak_live_*
ak_test_*
Resource identifier.
List of payout events.
Show child attributes