-
Notifications
You must be signed in to change notification settings - Fork 0
Webhooks
Sahil Gadimbayli edited this page Jun 25, 2024
·
1 revision
Webhooks facilitate the integration of different systems by enabling them to communicate with each other. In the case of this plugin, webhooks are triggered whenever there is an update for the payment transaction, and they notify WooCommerce about the updates, such as a payment status. This necessitates WooCommerce to have a webhook endpoint for these notifications, which is provided by the plugin.
Typically, no configuration is needed to receive notifications. To receive updates of payment transactions from Better Payment, the webhook should be available at: https://{{your-shop-domain}}/wp-json/betterpayment/webhook. This endpoint is reserved by the plugin and must be accessible publicly to receive notifications.
Support: [email protected]