failed payment method handling

This commit is contained in:
jackiettran
2026-01-06 16:13:58 -05:00
parent ec84b8354e
commit 28c0b4976d
14 changed files with 1639 additions and 17 deletions

View File

@@ -151,6 +151,9 @@ export interface Rental {
bankDepositAt?: string;
stripePayoutId?: string;
bankDepositFailureCode?: string;
// Payment failure tracking
paymentFailedNotifiedAt?: string;
paymentMethodUpdatedAt?: string;
intendedUse?: string;
rating?: number;
review?: string;