Http Verb | PUT |
Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Authorization/Link/{paymentId} |
URI Parameters
|
Request BodyNone. |
Response object type : ExpirePayByLinkResponse
Response object type ExpirePayByLinkResponse has the following properties. |
Property Name | Data Type | Length | Required | Readonly | Notes |
---|---|---|---|---|---|
ExpiresAt | date | ||||
Id | string | ||||
IsSuccessful | boolean | ||||
Reference | string | ||||
Status | string | ||||
Url | string |
{
"ExpiresAt": "2025-04-24T09:28:38.5157965-07:00",
"Id": "sample string 1",
"Reference": "sample string 2",
"Status": "sample string 3",
"Url": "sample string 4",
"IsSuccessful": true
}
<ExpirePayByLinkResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<ExpiresAt>2025-04-24T09:28:38.5157965-07:00</ExpiresAt>
<Id>sample string 1</Id>
<IsSuccessful>true</IsSuccessful>
<Reference>sample string 2</Reference>
<Status>sample string 3</Status>
<Url>sample string 4</Url>
</ExpirePayByLinkResponse>
Change | Version | Description | Contract | Old | New |
---|---|---|---|---|---|
Operation Added | 15.2.33 | ExpirePayByLink has been added. | ExpirePayByLink |