PaymentGatewayCredentials Test
PaymentGateway/Credentials
Http Verb POST
Resource URL https://ts-stg-appgw.calacademy.org/TessituraService/PaymentGateway/Credentials

URI Parameters

This resource has no URI (Query) parameters.

Request Body

Request object type : PaymentGatewayCredentialRequest

Request object type PaymentGatewayCredentialRequest has the following properties.
Property Name Data Type Length Required Readonly Notes
ConstituentId integer N
MerchantId string N
{
  "ConstituentId": 1,
  "MerchantId": "sample string 1"
}
<PaymentGatewayCredentialRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tessitura.Service.Client.PaymentGateway">
  <ConstituentId>1</ConstituentId>
  <MerchantId>sample string 1</MerchantId>
</PaymentGatewayCredentialRequest>

Response object type : PaymentGatewayCredential

Response object type PaymentGatewayCredential has the following properties.
Property Name Data Type Length Required Readonly Notes
ApiKey string
AVSConfig AVSConfig AVS configuration settings.
ClientKey string
PaymentUrlPrefix string
Profile PaymentProfile
ShopperReferenceId string
{
  "Profile": {
    "Environment": "sample string 1",
    "Region": "sample string 2",
    "MerchantAccount": "sample string 3",
    "Currency": "sample string 4",
    "StoreReference": "sample string 5"
  },
  "ApiKey": "sample string 1",
  "ClientKey": "sample string 2",
  "ShopperReferenceId": "sample string 3",
  "PaymentUrlPrefix": "sample string 4",
  "AVSConfig": {
    "RiskProfileForBilling": "sample string 1"
  }
}
<PaymentGatewayCredential xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <AVSConfig>
    <RiskProfileForBilling>sample string 1</RiskProfileForBilling>
  </AVSConfig>
  <ApiKey>sample string 1</ApiKey>
  <ClientKey>sample string 2</ClientKey>
  <PaymentUrlPrefix>sample string 4</PaymentUrlPrefix>
  <Profile>
    <Currency>sample string 4</Currency>
    <Environment>sample string 1</Environment>
    <MerchantAccount>sample string 3</MerchantAccount>
    <Region>sample string 2</Region>
    <StoreReference>sample string 5</StoreReference>
  </Profile>
  <ShopperReferenceId>sample string 3</ShopperReferenceId>
</PaymentGatewayCredential>
Change Version Description Contract Old New
Property Added 15.2.43 AVSConfig has been added to PaymentGatewayCredential PaymentGatewayCredential PaymentGatewayCredential.AVSConfig
Resource Added 15.2.26 New resource added. PaymentGatewayCredentials