POST ApplePay/ValidateMerchant

Request Information

URI Parameters

None.

Body Parameters

ApplePaySessionRequest
Name Description Type Additional information
merchantIdentifier

Object

None.

initiativeContext

Object

None.

initiative

string

None.

displayName

string

None.

Request Formats

application/json, text/json

Sample:
{
  "merchantIdentifier": {},
  "initiativeContext": {},
  "initiative": "sample string 3",
  "displayName": "sample string 4"
}

application/xml, text/xml

Sample:
<ApplePaySessionRequest xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <merchantIdentifier />
  <initiativeContext />
  <initiative>sample string 3</initiative>
  <displayName>sample string 4</displayName>
</ApplePaySessionRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<anyType xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" />