# Query payment status

Send a request to find out the current status of your payment after it has been authorized using the events action link. 
 Note: It can take up to 15 minutes for a payment event to update.

Endpoint: GET /payments/events/{linkData}
Version: 5
Security: BasicAuth

## Path parameters:

  - `linkData` (string, required)
    Action link that's received in your request

## Header parameters:

  - `Content-Type` (string, required)
    Example: "application/vnd.worldpay.payments-v5+json"

  - `Accept` (string)
    Example: "application/vnd.worldpay.payments-v5.hal+json"

## Response 200 fields (application/vnd.worldpay.payments-v5.hal+json):

  - `lastEvent` (string, required)


