ShoppingCartServiceCheckout(AchPayment, CheckoutOptions) Method

Places an order

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
public IReceipt Checkout(
	AchPayment achPayment,
	CheckoutOptions checkoutOptions = null
)

Parameters

achPayment  AchPayment
An ACH payment to use for this purchase
checkoutOptions  CheckoutOptions  (Optional)
Additional options used during checkout processing

Return Value

IReceipt
A receipt for the transaction, based on the final state of the shopping cart after checkout

See Also