Skip to main content
GET
https://checkout.dintero.com/v1
/
checkout
/
applepay
/
merchant
/
{merchant_id}
/
notification
/
merchantToken
/
{event_id}
apple_pay_notifications_token_get
curl --request GET \
  --url https://checkout.dintero.com/v1/checkout/applepay/merchant/{merchant_id}/notification/merchantToken/{event_id}
{
  "error": {
    "message": "<string>",
    "code": "<string>",
    "errors": [
      {}
    ]
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.dintero.com/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

merchant_id
string
required
event_id
string
required

Response

Notification is recieved successfully.

Last modified on May 12, 2026