onCheckoutCompleted( )


Notes:

Triggered when an order created from this checkout is successfully paid for or when a checkout is marked as completed.

Method Declaration
Copy
Method Parameters
handlerfunction

handler(event: CheckoutCompletedEnvelope): void | Promise<void>

Did this help?