Newer Version Available

This content describes an older version of this product. View Latest

Authorization Input

Payment authorization input consumed by the payment authorization service.
JSON example
Properties
Name Type Description Required or Optional Available Version
accountId String Salesforce account that contains the payment transaction being authorized. Required 49.0
amount Double Authorization amount. Required 49.0
comments String Optional comments for the payment authorization. Optional 49.0
currencyIsoCode String Three-letter ISO 4217 currency code associated with the payment group record. Required 49.0
effectiveDate String Date that the authorization will be applied to the transaction. Required 49.0
paymentGatewayId String Payment gateway that processes the authorization. Required 49.0
paymentGroup PaymentGroupInputRepresentation Payment group for the authorization. The payload must reference either a paymentGroup or a paymentGroupId, but not both. Optional 49.0
paymentMethod AuthApiPaymentMethodInputRepresentation Payment method used in the payment gateway for the authorization transaction. Required 49.0