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).
((commercepayments.PostAuthorizationRequest)gatewayContext.getPaymentRequest());