Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/Web/Cart/{sessionKey}/CheckoutWithCard |
URI Parameters
|
Request BodyRequest object type : CheckoutWithCardRequest
|
{
"CreditCardType": 1,
"Amount": 2.0,
"AllowUnderPayment": true,
"Authorize": true,
"AuthorizationCode": "sample string 5",
"ECommerce": true,
"CreditCardTrack1": "sample string 7",
"CreditCardTrack2": "sample string 8",
"ZipCode": "sample string 9",
"StoreAccount": true,
"DeliveryDate": "2025-04-24T04:18:36.7178005-07:00"
}
<CheckoutWithCardRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AllowUnderPayment>true</AllowUnderPayment>
<Amount>2</Amount>
<AuthorizationCode>sample string 5</AuthorizationCode>
<Authorize>true</Authorize>
<CreditCardTrack1>sample string 7</CreditCardTrack1>
<CreditCardTrack2>sample string 8</CreditCardTrack2>
<CreditCardType>1</CreditCardType>
<DeliveryDate>2025-04-24T04:18:36.7178005-07:00</DeliveryDate>
<ECommerce>true</ECommerce>
<StoreAccount>true</StoreAccount>
<ZipCode>sample string 9</ZipCode>
</CheckoutWithCardRequest>
Response object type : CheckoutResponse
Response object type CheckoutResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
Message | string | ||||
Status | string |
{
"Status": "sample string 1",
"Message": "sample string 2"
}
<CheckoutResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Message>sample string 2</Message>
<Status>sample string 1</Status>
</CheckoutResponse>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Property Added | 15.2.38 | DeliveryDate has been added to CheckoutWithCardRequest | CheckoutWithCardRequest | CheckoutWithCardRequest.DeliveryDate | |
Parameter Changed | 15.0.0 | sessionKey has been marked as required. | Required |