KashierDevelopersKashier Developers

Get payment link events

curl -X GET "https://test-api.kashier.io/v2/payment-link/string/events"
{  "message": "string",  "records": [    {      "event": "string",      "userInfo": {        "name": "string"      },      "metadata": {},      "stateChanges": {        "added": {},        "updated": {},        "removed": {}      },      "formattedData": {}    }  ]}

Retrieves the event/audit trail of a single payment link — the same records that getPaymentLink returns under history.records, retrievable on their own so you can page through a long trail without refetching the link.

Authorization

secretKey
Authorization<token>

Merchant secret key used to identify the merchant, obtained from Kashier's dashboard. Pass the raw secret key value in the Authorization header (NOT a "Bearer" token).

In: header

Path Parameters

paymentLinkId*string

The payment link identifier. Example: PL-2348668602

Query Parameters

page?integer

Page number (pagination).

limit?integer

Number of events per page (pagination).

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

GET
/v2/payment-link/{paymentLinkId}/events