# Payment Notification **POST apePayment notification** What your webhook implementation will receive when placing a payment ## 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 or payment operation. - **type** (string) Notification type ## Responses ### 200: Your server returns this code if it accepts the callback [Powered by Bump.sh](https://bump.sh)