| Http Verb | POST |
| Resource URL | https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Authorization/Link |
URI ParametersThis resource has no URI (Query) parameters. |
Request BodyRequest object type : PayByLinkRequest
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
{
"PaymentId": 1,
"ConstituentId": 1,
"MerchantId": "sample string 2",
"Amount": 3.0,
"Currency": "sample string 4",
"Description": "sample string 5",
"CountryCode": "sample string 6",
"Locale": "sample string 7",
"AllowedPaymentMethods": [
"sample string 1",
"sample string 2"
],
"LinkExpiry": "2025-10-28T18:48:58.861221-07:00",
"StoreAccount": true,
"TransactionOrigin": "sample string 8",
"IsECommerce": true
}
<PayByLinkRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AllowedPaymentMethods>
<AllowPaymentMethod>sample string 1</AllowPaymentMethod>
<AllowPaymentMethod>sample string 2</AllowPaymentMethod>
</AllowedPaymentMethods>
<Amount>3</Amount>
<ConstituentId>1</ConstituentId>
<CountryCode>sample string 6</CountryCode>
<Currency>sample string 4</Currency>
<Description>sample string 5</Description>
<IsECommerce>true</IsECommerce>
<LinkExpiry>2025-10-28T18:48:58.861221-07:00</LinkExpiry>
<Locale>sample string 7</Locale>
<MerchantId>sample string 2</MerchantId>
<PaymentId>1</PaymentId>
<StoreAccount>true</StoreAccount>
<TransactionOrigin>sample string 8</TransactionOrigin>
</PayByLinkRequest>
Response object type : PayByLinkResponse
| Response object type PayByLinkResponse has the following properties. |
| Property Name | Data Type | Length | Required | Readonly | Notes |
|---|---|---|---|---|---|
| AllowedPaymentMethods | Collection of string | ||||
| Amount | decimal number | ||||
| ConstituentId | integer | ||||
| CountryCode | string | ||||
| Description | string | ||||
| LinkExpiry | date | ||||
| LinkId | string | ||||
| MerchantId | string | ||||
| MerchantReference | string | ||||
| PaymentId | integer | ||||
| StoreAccount | boolean | ||||
| Url | string |
{
"PaymentId": 1,
"ConstituentId": 1,
"MerchantId": "sample string 2",
"MerchantReference": "sample string 3",
"Amount": 4.0,
"Description": "sample string 5",
"CountryCode": "sample string 6",
"AllowedPaymentMethods": [
"sample string 1",
"sample string 2"
],
"Url": "sample string 7",
"LinkId": "sample string 8",
"LinkExpiry": "2025-10-28T18:48:58.8768449-07:00",
"StoreAccount": true
}
<PayByLinkResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
<AllowedPaymentMethods>
<AllowPaymentMethod>sample string 1</AllowPaymentMethod>
<AllowPaymentMethod>sample string 2</AllowPaymentMethod>
</AllowedPaymentMethods>
<Amount>4</Amount>
<ConstituentId>1</ConstituentId>
<CountryCode>sample string 6</CountryCode>
<Description>sample string 5</Description>
<LinkExpiry>2025-10-28T18:48:58.8768449-07:00</LinkExpiry>
<LinkId>sample string 8</LinkId>
<MerchantId>sample string 2</MerchantId>
<MerchantReference>sample string 3</MerchantReference>
<PaymentId>1</PaymentId>
<StoreAccount>true</StoreAccount>
<Url>sample string 7</Url>
</PayByLinkResponse>
| Change | Version | Description | Contract | Old | New |
|---|---|---|---|---|---|
| Operation Added | 15.2.33 | Link has been added. | Link |