PostAuthorizationResponse Class

Response sent by the payment gateway adapter for a postauthorization service.

Namespace

CommercePayments

Usage

This class extends AbstractTransactionResponse. The constructor of this class takes no arguments. For example:

CommercePayments.PostAuthorizationResponse authr = new CommercePayments.PostAuthorizationResponse();

Contains information about the payment gateway’s response following an authorization transaction. The gateway adapter uses the payment gateway’s response to populate the PostAuthorizationResponse fields. The payments platform uses the information from this class to settle the transaction.