IFlashpointShoppingCartCheckout Method

Places an order

Definition

Namespace: Ignition.Commerce.Shopping
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.3454
C#
Receipt Checkout(
	string cartToken,
	IIncomingPayment payment,
	decimal? fixedPaymentValue = null,
	CheckoutOptions checkoutOptions = null
)

Parameters

cartToken  String
Working cart token
payment  IIncomingPayment
Payment to use for this purchase
fixedPaymentValue  NullableDecimal  (Optional)
Exact dollar amount to use when paying for this purchase
checkoutOptions  CheckoutOptions  (Optional)
Additional options used during checkout processing

Return Value

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

Exceptions

IgnitionUserInputExceptionSome required information was invalid. See exception message for specifics

See Also