Http Verb | POST |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Authorization/{referenceNumber}/Confirm |
URI Parameters
|
Request BodyRequest object type : ConfirmAuthorizationRequest
|
{
"Amount": 1.0,
"PaymentId": 2,
"TransactionOrigin": "sample string 3",
"PaymentMethodId": 4,
"IsECommerce": true,
"UserData": "sample string 6"
}
<ConfirmAuthorizationRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<Amount>1</Amount>
<IsECommerce>true</IsECommerce>
<PaymentId>2</PaymentId>
<PaymentMethodId>4</PaymentMethodId>
<TransactionOrigin>sample string 3</TransactionOrigin>
<UserData>sample string 6</UserData>
</ConfirmAuthorizationRequest>
Response object type : ConfirmAuthorizationResponse
Response object type ConfirmAuthorizationResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ResponseCode | string | Sometimes includes more detailed information about the response than the ResponseCode. | |||
ResponseMessage | string | A "SUCCESS" value (MasterCard) or zero "0" value (other gateways) indicates a successful transaction. | |||
Succeeded | boolean | Success (true) or failure (false) of the confirmation request. Use this value, rather than ResponseCode, to interpret the disposition of the request. |
{
"ResponseMessage": "sample string 1",
"ResponseCode": "sample string 2",
"Succeeded": true
}
<ConfirmAuthorizationResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ResponseCode>sample string 2</ResponseCode>
<ResponseMessage>sample string 1</ResponseMessage>
<Succeeded>true</Succeeded>
</ConfirmAuthorizationResponse>
No entries in change log for this operation.