<!--
{
  "availability" : [

  ],
  "documentType" : "symbol",
  "framework" : "ApplePayWebMerchantRegistrationAPI",
  "identifier" : "/documentation/ApplePayWebMerchantRegistrationAPI/RegisterMerchantRequest",
  "metadataVersion" : "0.1.0",
  "role" : "Object",
  "symbol" : {
    "kind" : "Object",
    "modules" : [
      "Apple Pay Web Merchant Registration API"
    ],
    "preciseIdentifier" : "data:mass_enablement_api:RegisterMerchantRequest"
  },
  "title" : "RegisterMerchantRequest"
}
-->

# RegisterMerchantRequest

The request body you use to register merchants.

```
object RegisterMerchantRequest
```

## Discussion

The following example shows the structure of a JSON object with information on how to register merchant requests.

```json
{
    "domainNames" : [
        "subdomain-1.example.com",
        "subdomain-2.example.com"
    ],
    "partnerMerchantName" : "Example Merchant",
    "partnerInternalMerchantIdentifier": "ABC-123456",
    "encryptTo" : "platformintegrator.com.example",
    "merchantUrl": "https://example.com"
}
```

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)