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

Payment post authorization input consumed by the payment post authorization service.
Subclass of ConnectApi.BaseRequest.
Property Type Description Required or Optional Available Version
accountId String ID of the account of the customer for the authorized payment. Required 54.0
amount Double Amount of the post authorization. Required 54.0
comments String Comments for payment post authorization. Maximum of 1000 characters. Optional 54.0
currencyIsoCode String Three-letter ISO 4217 currency code associated with the payment group record. Optional 54.0
effectiveDate Datetime Date that the payment post authorization occurs. Required 54.0
paymentGatewayId String Payment gateway that evaluates the post authorization. Required 54.0
paymentGroup ConnectApi.​PaymentGroup​Request Payment group associated with or to be created for the request. Request must contain either a paymentGroupId or paymentGroup, but not both. Optional 54.0
paymentMethod ConnectApi.​PostAuthApi​PaymentMethod​Request Payment method sent for the post authorization. Required 54.0