---
title: Get Details of a Merchant Token Event
framework: merchanttokennotificationservices
role: symbol
role_heading: Web Service Endpoint
path: merchanttokennotificationservices/merchant-token-event-retrieval
---

# Get Details of a Merchant Token Event

Get the details of a merchant token event after receiving a notification.

## URL

GET https://apple-pay-gateway.apple.com/paymentservices/v1/merchantId/{merchantId}/merchantToken/event/{eventId}

## Path Parameters

eventId: A unique event identifier that you receive in a notification from the Apple Pay server. merchantId: Your merchant identifier.

## Header Parameters

Accept: Content-Type: x-request-id:

## Response Codes

200 OK: Successful response. 400 Bad Request: Bad request. 500 Internal Server Error: Internal server error.

## Mentioned in

Receiving and handling merchant token notifications

## Discussion

Discussion For information about setting your server’s notification URL to receive life-cycle events, see tokenNotificationURL in PKAutomaticReloadPaymentRequest, tokenNotificationURL in PKRecurringPaymentRequest, tokenNotificationURL in ApplePayAutomaticReloadPaymentRequest, or tokenNotificationURL in ApplePayRecurringPaymentRequest.

## See Also

### Merchant token event retrieval

- [MerchantTokenEventResponse](merchanttokennotificationservices/merchanttokeneventresponse.md)
- [MerchantTokenMetadata](merchanttokennotificationservices/merchanttokenmetadata.md)
- [CardArt](merchanttokennotificationservices/cardart.md)
- [CardMetadata](merchanttokennotificationservices/cardmetadata.md)
