POST api/PaymentJS/ProcessTokenizedPayment
Description
Request
URI parameters
None.
Body
ProcessTokenizedPaymentRequest| Name | Description | Type | Additional information |
|---|---|---|---|
| bookingId | string |
None. |
|
| clientToken |
Required: Client token from the PaymentJS AuthorizeSession response. |
string |
None. |
| bookingHash |
Required: Security hash to validate the booking (same as AuthorizeSession). |
string |
None. |
Sample request
application/json, text/json
Sample:
{
"bookingId": "sample string 1",
"clientToken": "sample string 2",
"bookingHash": "sample string 3"
}
Response
Resource description
IHttpActionResultNone.
Sample response
application/json, text/json
Sample:
Sample not available.