Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

thusfar's avatar

Braintree webhooks in Spark

First of all sorry if it is a stupid question, but I'm new to this and I'm trying to understand it better.

Are webhooks for Braintree already defined in Spark? If so, where can they be found?

Also should I set them inside Braintree dashboard?

0 likes
2 replies
zerohour's avatar

Hello

From the documentation: https://spark.laravel.com/docs/1.0/billing

Webhooks In order to display a list of your customer's invoices, you must configure the appropriate webhooks on Stripe or Braintree.

Stripe webhooks should be configured to point to the /webhook/stripe URI. The Braintree subscription_canceled, subscription_charged_successfully, and subscription_expired webhook events should be configured to point to /webhook/braintree URI.

Hope it helps

1 like
thusfar's avatar

Thanks.

Another question. Does that mean that Spark only handles these 3 webhooks (subscription_canceled, subscription_charged_successfully, and subscription_expired) or does it handle other Braintree webhooks like Charged Unsuccessfully, Went Past Due, etc??

Please or to participate in this conversation.