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
| Name | Type | Description |
|---|---|---|
eventId Required | string | A unique event identifier that you receive in a notification from the Apple Pay server. |
merchantId Required | string | Your merchant identifier. |
Header Parameters
| Name | Type | Description |
|---|---|---|
Accept Optional | string | |
Content-Type Required | string | |
x-request-id Required | string |
Response Codes
| Status | Reason | Type | Description |
|---|---|---|---|
| 200 | OK Content-Type: application/json | MerchantTokenEventResponse | Successful response. |
| 400 | Bad Request Content-Type: application/json | ErrorResponse | Bad request. |
| 500 | Internal Server Error Content-Type: application/json | ErrorResponse | Internal server error. |
Mentioned in
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.