Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.AbstractGatewayCommonResponse

Payment gateway response fields commonly used in payment services.
This class is abstract.

Superclass of ConnectApi.AbstractGatewayResponse.

Property Name Type Description Available Version
gatewayAvsCode String Used to verify the address mapped to a payment method when the payments platform requests tokenization from the payment gateway. 50.0
gatewayDate Datetime Date when the notification occurred. Some gateways don’t send this value. 50.0
gatewayMessage String Error messages that the gateway returned for the notification request. Maximum length of 255 characters. 50.0
gatewayResultCode String Gateway-specific result code. You can map the result code to a Salesforce-specific result code. Maximum length of 64 characters. 50.0
gatewayResultCodeDescription String A description of the gateway-specific result code that a payment gateway returned. Maximum length of 1,000 characters. 50.0
salesforceResultCode String The Salesforce result code for the gateway result code. 50.0