POST api/PaymentJS/AbandonSession

Description

Marks an in-progress PaymentJS session as abandoned so the customer can Place Order or AuthorizeSession again (e.g. Back to Terms).

Request

URI parameters

None.

Body

PaymentJSAbandonSessionRequest
NameDescriptionTypeAdditional information
bookingId

string

None.

bookingHash

string

None.

Sample request

application/json, text/json

Sample:
{
  "bookingId": "sample string 1",
  "bookingHash": "sample string 2"
}

Response

Resource description

IHttpActionResult

None.

Sample response

application/json, text/json

Sample:

Sample not available.