GET api/PaymentComplete?bookingID={bookingID}&bookingHash={bookingHash}
Returns order success information after payment completion, including order details and confirmation status.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingID |
The booking/group ID for the order. |
globally unique identifier |
Required |
| bookingHash |
Security hash to validate the booking ID. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
Order success information including customer details, order dates, payment amount, and document posting status.
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.