POST:gateways/apple_pay_domains.json
Commerce APIPOST:gateways/apple_pay_domains.json

POST:gateways/apple_pay_domains.json

Description

Create apple pay domain.

Permission bit: "gateways.modify"

Topic: Gateways

Query Parameters

shop_id: String, required

Unique shop identifier. See also: Unique Identifiers

Example: ?shop_id=sh_EQzGqWoY

Request Body

Array of ApplePayDomainCreate

[
  {
    "domain": ""
  }
]

Response Body

Array of ApplePayDomain

Response Body Type

Loading module