Name | Type | Description | Notes |
---|---|---|---|
amount | int | Total amount including all surcharges, taxes etc. in smallest currency unit, for example, in cents. | |
surcharge_amount | int | Surcharge amount, in smallest currency unit, for example, in cents. This is assumed to already be included in the amount. | [optional] |
tax_amount | int | Level 2 tax value, included in total amount, in smallest currency units, for example, in cents in USD. Sales tax in the US, or PST for Canadian merchants. | [optional] |
capture | bool | Set this to false if you only want to authorize for the amount. Defaults to true. | [optional] |
payment_method | \TheLogicStudio\ExactPay\Model\PaymentMethodChoice | ||
customer | \TheLogicStudio\ExactPay\Model\BillingCustomer | [optional] | |
reference | \TheLogicStudio\ExactPay\Model\Reference | [optional] | |
stored_credentials | \TheLogicStudio\ExactPay\Model\StoredCredentials | [optional] | |
soft_descriptor | \TheLogicStudio\ExactPay\Model\SoftDescriptor | [optional] | |
level3 | \TheLogicStudio\ExactPay\Model\Level3 | [optional] | |
three_d_secure | \TheLogicStudio\ExactPay\Model\ThreeDSecure | [optional] | |
options | \TheLogicStudio\ExactPay\Model\PaymentOptions | [optional] |