Skip to content

Commit dd9392c

Browse files
authored
Add payment_method.automatically_updated webhook (#8799)
1 parent 518b8cd commit dd9392c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

billing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1456,8 +1456,9 @@ To ensure your application can handle Stripe webhooks, be sure to configure the
14561456
- `customer.subscription.deleted`
14571457
- `customer.updated`
14581458
- `customer.deleted`
1459-
- `invoice.payment_succeeded`
1459+
- `payment_method.automatically_updated`
14601460
- `invoice.payment_action_required`
1461+
- `invoice.payment_succeeded`
14611462

14621463
For convenience, Cashier includes a `cashier:webhook` Artisan command. This command will create a webhook in Stripe that listens to all of the events required by Cashier:
14631464

0 commit comments

Comments
 (0)