POST api/ApplePay/ValidateMerchant
Description
Validates the merchant with Apple (Merchant Identity certificate). Body requires validationUrl, initiativeContext, bookingId, bookingHash.
Request
URI parameters
None.
Body
ApplePayValidateMerchantRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| validationUrl | string |
None. |
|
| initiativeContext | string |
None. |
|
| bookingId | string |
None. |
|
| bookingHash | string |
None. |
Sample request
application/json, text/json
Sample:
{
"validationUrl": "sample string 1",
"initiativeContext": "sample string 2",
"bookingId": "sample string 3",
"bookingHash": "sample string 4"
}
Response
Resource description
IHttpActionResultNone.
Sample response
application/json, text/json
Sample:
Sample not available.