Enroll a domain to the Apple Pay Service

Enroll a domain to the Apple Pay Service

Body·
application/json

The enrollment request used to onboard the domain

  • domain
    Type: string
    min length:  
    1

    The domain to enroll

Responses
  • 204

    Merchant successfully enrolled with no content to return

  • 401

    Unauthorized

  • 403

    Forbidden

  • 415

    Unsupported Media Type

  • application/json
  • 500

    Internal Server Error

  • 502

    Bad Gateway

  • 504

    Gateway Timeout

Request Example for post/applepay/enrollments
curl 'https://{prefix}.api.sandbox.checkout.com/applepay/enrollments' \
  --request POST \
  --header 'Content-Type: application/json' \
  --header 'Authorization: Bearer YOUR_SECRET_TOKEN' \
  --data '{
  "domain": "someDomain.com"
}'
No Body