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.PostAuthorizationResponse

Gateway response following a post authorization request.
Property Name Type Description Available Version
error ConnectApi.​ErrorResponse Information about errors that occurred in the payment gateway while evaluating the post authorization request. 54.0
gatewayResponse ConnectApi.​PostAuth​GatewayResponse Payment gateway's response to the post authorization request. 54.0
paymentAuthorization ConnectApi.​Payment​AuthorizationResponse Payment gateway's response to the original payment authorization request. 54.0
paymentGateway​Logs List<ConnectApi.​GatewayLog​Response> Stores information exchanged between the Salesforce payments platform and external payment gateways. Gateway logs can also record payloads from external payment entities. 54.0
paymentGroup ConnectApi.​PaymentGroup​Response Payment group, consisting of one or more payments, sent to the gateway for the post authorization request. 54.0
paymentMethod ConnectApi.​PaymentMethod​Response Payment method used in the post authorization request. 54.0
savedPayment​MethodStatus ConnectApi.​PostAuthSPMStatus Saved payment method status. Valid values are:
  • AlreadyExists
  • Created
  • Updated
61.0