stripe webhooks. removed payout cron. webhook for when amount is deposited into bank. More communication about payout timelines
This commit is contained in:
@@ -146,6 +146,11 @@ export interface Rental {
|
||||
payoutStatus?: "pending" | "completed" | "failed" | null;
|
||||
payoutProcessedAt?: string;
|
||||
stripeTransferId?: string;
|
||||
// Bank deposit tracking (Stripe payout to owner's bank)
|
||||
bankDepositStatus?: "pending" | "in_transit" | "paid" | "failed" | "canceled" | null;
|
||||
bankDepositAt?: string;
|
||||
stripePayoutId?: string;
|
||||
bankDepositFailureCode?: string;
|
||||
intendedUse?: string;
|
||||
rating?: number;
|
||||
review?: string;
|
||||
|
||||
Reference in New Issue
Block a user