POST api/ApplePay/ProcessPayment

Description

Request

URI parameters

None.

Body

ProcessApplePayPaymentRequest
NameDescriptionTypeAdditional information
bookingId

string

None.

bookingHash

string

None.

applePayToken

JSON from Apple Pay payment.token (includes paymentData).

string

None.

successUrl

string

None.

Sample request

application/json, text/json

Sample:
{
  "bookingId": "sample string 1",
  "bookingHash": "sample string 2",
  "applePayToken": "sample string 3",
  "successUrl": "sample string 4"
}

Response

Resource description

IHttpActionResult

None.

Sample response

application/json, text/json

Sample:

Sample not available.