POST api/ApplePay/ValidateMerchant
Description
Validates the merchant with Apple (Payment Processing Certificate). Body: { "validationUrl": "..." }.
Request
URI parameters
None.
Body
ApplePayValidateMerchantRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| validationUrl | string |
None. |
Sample request
application/json, text/json
Sample:
{
"validationUrl": "sample string 1"
}
Response
Resource description
IHttpActionResultNone.
Sample response
application/json, text/json
Sample:
Sample not available.