Checkout analytics webhook events
What's new
Webhooks now support two new event types — analytics.checkout.payment_method.select and analytics.checkout.payment_method.close — so you can subscribe to payment-method selection and close analytics events.
Impact
You can now register and receive webhooks for payment-method selection and close activity. The new values are accepted wherever you configure subscribed events and are returned in webhook responses.
Changes
| Resource | Change |
|---|---|
| create_webhook | Accepts analytics.checkout.payment_method.select and analytics.checkout.payment_method.close in subscribed events; returns them in the response |
| update_webhook | Accepts analytics.checkout.payment_method.select and analytics.checkout.payment_method.close in subscribed events; returns them in the response |
| get_webhooks | Returns the new event values |
| get_webhook | Returns the new event values |
| expire_webhook_secret | Returns the new event values |
| reveal_webhook_secret | Returns the new event values |
Upgrade
- No action required. To receive the new events, add
analytics.checkout.payment_method.selectand/oranalytics.checkout.payment_method.closeto a webhook's subscribed events.
Need help?
Contact our integration team at [email protected]