Skip to main content
GET
/
v1
/
webhooks
/
events
/
{id}
Get a webhook event
curl --request GET \
  --url http://localhost:8080/v1/webhooks/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "merchant_id": "<string>",
  "type": "payout.created",
  "payload": {},
  "created_at": "2023-11-07T05:31:56Z"
}

Authorizations

Authorization
string
header
required

Merchant API key: ak_live_... or ak_test_...

Path Parameters

id
string
required

Resource identifier (xid format)

Response

200 - application/json

Event details

id
string
merchant_id
string
type
enum<string>
Available options:
payout.created,
payout.approved,
payout.processing,
payout.sent,
payout.completed,
payout.failed,
payout.cancelled,
payout.returned,
beneficiary.created,
beneficiary.updated,
beneficiary.deleted,
batch.uploaded,
batch.completed,
batch.failed,
balance.low,
funding.credit,
screening.hit
payload
object
created_at
string<date-time>