Information about an Apple Pay payment integration used for taking Toast platform payments. The Toast platform registers your Apple Pay payment integration with the Apple Pay service for use at Toast platform restaurant locations.
domains required | Array of strings |
id required | string <uuid> A unique identifier for your Apple Pay payment integration. The Toast platform includes this string in the identifier that it generates and registers for your integration with the Apple Pay service. You set the UUID identifier for your integration. To prevent
accidental duplicate identifiers, the Toast platform concatenates the
|
integrationName required | string A human-readable business name associated with the Apple Pay payment integration. For example, this might be the name of a restaurant management group if the Apple Pay payment integration is for a restaurant management group ordering integration. The Toast platform concatenates the |
userEmail required | string <email> The email contact information for the Apple Pay payment integration. |
{- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "domains": [
- "string"
], - "userEmail": "user@example.com",
- "integrationName": "string"
}