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.

PostAuthorizationRequest Class

Sends information about a postauthorization request to a gateway adapter during a service call.

Namespace

CommercePayments

Usage

This class extends BaseRequest and contains information about a transaction postauthorization request. The gateway adapter reads fields from this class to validate the client-side transaction with the payment gateway. An object of this class is available by calling getPaymentRequest() in the PaymentGatewayContext Class).
1((commercepayments.PostAuthorizationRequest)gatewayContext.getPaymentRequest());