Skip to main content
GET
/
v1
/
payouts
/
{id}
/
events
List payout events
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"
    }
  ]
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_* (production) or ak_test_* (sandbox).

Path Parameters

id
string
required

Resource identifier.

Response

List of payout events.

data
object[]
required