Event - Order Creation/Description

Hi everyone,

I’m working with a webhook that triggers on the order creation event, and I’d like to confirm if this event means that the order is fully placed, i.e., payment has been completed. Or does it simply indicate that an order was created in the system, with payment still pending?

If order creation doesn’t guarantee a completed payment, is there a different event (e.g., order confirmed or order completed) that signifies a successful payment and a finalized order?

Hi Ninja,

You’re correct that order creation doesn’t guarantee a completed payment - orders paid may be a more accurate webhook to rely on for your use case.

1 Like