PaymentGatewayConfiguration Test
PaymentGateway/Configuration
Retrieve Payment Gateway Configuration
Http Verb GET
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Configuration

URI Parameters

This resource has no URI (Query) parameters.

Request Body

None.

No request body.

Response object type : PaymentGatewayConfiguration

Response object type PaymentGatewayConfiguration has the following properties.
Property Name Data Type Length Required Readonly Notes
BypassExpiryDateValidationForTokens boolean Does the provider handle expiration dates for tokens?.
CanForceAuth boolean Does the provider have the ability to accept a force/manual authorization?.
CanRefundByReference boolean Does the provider have the ability to do a refund based solely on the reference of the original transaction?.
CanRefundEMVByReference boolean Does the provider have the ability refund EMV payments by reference.
CanRefundUsingCardDetails boolean Does the provider have the ability to do a refund using full card details?.
CanReverseCardReaderPayments boolean Does the provider have the ability to reverse EMV payments?.
CanReverseCreditByReference boolean Does the provider have the ability to reverse or void a credit before the order has been saved?.
CanReversePaymentByReference boolean Does the provider have the ability to reverse or void a payment by the reference of the original transaction?.
CanTokenize boolean Does the provider have the ability to perform payment card tokenization?.
DeleteDuplicateTokens boolean Does Tessitura have to delete accounts that have duplicate token ids when one of them is deleted?.
EmvRequiresSpecificMotoMode boolean Does the provider require MOTO to be triggered from the API for an EMV transaction?.
HasEncryptedSwiper boolean
HasMultipleAccounts boolean Does the Payment Gateway Configuration contain multiple WorldPay accounts?.
HasTessituraMerchantServicesConfigured boolean Indicates whether ANY organization has Tessitura Merchant Services configured.
IsProduction boolean Indicates whether this profile is for a Production environment. Tessitura Merchant Services Only.
MustFilterTokens boolean Unused.
P2PeOnly boolean
Provider PaymentProvider The active Payment Provider as an enum.
RequireTokenShopperReference boolean Does the provider require a shopper reference to be provided when creating or using a token?.
StoreCreditCardOption StoreCreditCardOption Store Credit Cards? (Yes, No or Manual).
SupportsPayByLink boolean Pay by Link is supported by the current payment provider.
TokenizeCards boolean Is payment card tokenization enabled? ("TOKENIZE_CARDS" setting in T_DEFAULTS).
{
  "Provider": 0,
  "HasMultipleAccounts": true,
  "CanTokenize": true,
  "TokenizeCards": true,
  "StoreCreditCardOption": 0,
  "CanRefundByReference": true,
  "CanRefundUsingCardDetails": true,
  "CanRefundEMVByReference": true,
  "CanReverseCardReaderPayments": true,
  "CanForceAuth": true,
  "CanReverseCreditByReference": true,
  "MustFilterTokens": true,
  "CanReversePaymentByReference": true,
  "BypassExpiryDateValidationForTokens": true,
  "DeleteDuplicateTokens": true,
  "P2PeOnly": true,
  "HasEncryptedSwiper": true,
  "RequireTokenShopperReference": true,
  "EmvRequiresSpecificMotoMode": true,
  "SupportsPayByLink": true,
  "IsProduction": true,
  "HasTessituraMerchantServicesConfigured": true
}
<PaymentGatewayConfiguration xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <BypassExpiryDateValidationForTokens>true</BypassExpiryDateValidationForTokens>
  <CanForceAuth>true</CanForceAuth>
  <CanRefundByReference>true</CanRefundByReference>
  <CanRefundEMVByReference>true</CanRefundEMVByReference>
  <CanRefundUsingCardDetails>true</CanRefundUsingCardDetails>
  <CanReverseCardReaderPayments>true</CanReverseCardReaderPayments>
  <CanReverseCreditByReference>true</CanReverseCreditByReference>
  <CanReversePaymentByReference>true</CanReversePaymentByReference>
  <CanTokenize>true</CanTokenize>
  <DeleteDuplicateTokens>true</DeleteDuplicateTokens>
  <EmvRequiresSpecificMotoMode>true</EmvRequiresSpecificMotoMode>
  <HasEncryptedSwiper>true</HasEncryptedSwiper>
  <HasMultipleAccounts>true</HasMultipleAccounts>
  <HasTessituraMerchantServicesConfigured>true</HasTessituraMerchantServicesConfigured>
  <IsProduction>true</IsProduction>
  <MustFilterTokens>true</MustFilterTokens>
  <P2PeOnly>true</P2PeOnly>
  <Provider>SecureCXL</Provider>
  <RequireTokenShopperReference>true</RequireTokenShopperReference>
  <StoreCreditCardOption>Yes</StoreCreditCardOption>
  <SupportsPayByLink>true</SupportsPayByLink>
  <TokenizeCards>true</TokenizeCards>
</PaymentGatewayConfiguration>
Change Version Description Contract Old New
Property Added 15.0.0 BypassExpiryDateValidationForTokens has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.BypassExpiryDateValidationForTokens
Property Added 15.2.35 HasTessituraMerchantServicesConfigured has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.HasTessituraMerchantServicesConfigured
Property Added 15.2.34 IsProduction has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.IsProduction
Property Added 15.2.33 SupportsPayByLink has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.SupportsPayByLink
Property Added 15.2.26 CanRefundEMVByReference has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.CanRefundEMVByReference
Property Added 15.2.26 EmvRequiresSpecificMotoMode has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.EmvRequiresSpecificMotoMode
Property Added 15.2.26 RequireTokenShopperReference has been added to PaymentGatewayConfiguration PaymentGatewayConfiguration PaymentGatewayConfiguration.RequireTokenShopperReference
Resource Added 15.1.0 New resource added. PaymentGatewayConfiguration