Newer Version Available
ConnectApi.PostAuthRequest
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.PaymentGroupRequest | 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.PostAuthApiPaymentMethodRequest | Payment method sent for the post authorization. | Required. | 54.0 |