# Order Notification **POST apeOrder notification** What your webhook implementation will receive when placing an order ## Servers - Demo URL: https://api.trial.lsk.lightspeed.app (Demo URL) - Production URL: https://api.lsk.lightspeed.app (Production URL) ## Parameters ## Body parameters Content-type: application/json - **reason** (string) Reason for failure if applicable. - **thirdPartyReference** (string) Third-party reference you provided when the order or payment was placed. - **businessLocationId** (integer(int64)) The unique identifier for the business location. - **ikentooAccountIdentifier** (string) The K-series account identifier for a SUCCESS event (V3 format) - **iKentooAccountId** (integer(int64)) The K-series account identifier for a SUCCESS event (V2 format) - **status** (string) Status of the order operation. - **type** (string) Notification type - **account** (object) ## Responses ### 200: Your server returns this code if it accepts the callback [Powered by Bump.sh](https://bump.sh)