Contents

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

NameTypeDescription
eventId Requiredstring

A unique event identifier that you receive in a notification from the Apple Pay server.

merchantId Requiredstring

Your merchant identifier.

Header Parameters

NameTypeDescription
Accept Optionalstring

Content-Type Requiredstring

x-request-id Requiredstring

Response Codes

StatusReasonTypeDescription
200OK
Content-Type: application/json
MerchantTokenEventResponse

Successful response.

400Bad Request
Content-Type: application/json
ErrorResponse

Bad request.

500Internal 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.

See Also

Merchant token event retrieval