checkoutComplete Mutation
Completes the checkout. As a result a new order is created and a payment charge is made. This action requires a successful payment before it can be performed. In case additional confirmation step as 3D secure is required confirmationNeeded flag will be set to True and no order created until payment is confirmed with second call of this mutation.
Arguments
#
microsite
This will be removed on January 24, 2025.
ID of microsite that checkout was completed from
redirectUrl
URL of a view where users should be redirected to see the order details. URL in RFC 1808 format.
userOverride
ID of the user to override with (only available for use by Marketplace Administrators)
Response
#
Returns CheckoutComplete .