Skip to main content

List Payment Logs

Authentication: Bearer token required.

Endpoint: GET /api/v1/payments/{id}/logs

Returns paginated payment logs, ordered by created_at DESC.


Query Parameters

ParameterTypeRequiredDefaultDescription
pageintNo1Page number
per_pageintNo10Items per page (max 100)

Response — 200 OK

Paginated list with items (event_type, message, actor_type, created_at, etc.), page, per_page, total.

StatusDescription
404Payment not found