mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-15 20:30:33 +00:00
feat: listen to stripe account updated webhook
This commit is contained in:
@@ -14,3 +14,8 @@ export interface StripeInvoiceCheckoutSessionPOJO {
|
||||
publishableKey: string;
|
||||
redirectTo: string;
|
||||
}
|
||||
|
||||
|
||||
export interface StripeWebhookEventPayload {
|
||||
event: any;
|
||||
}
|
||||
Reference in New Issue
Block a user