Payment-settings ❲Cross-Platform❳
export interface BillingAddress line1: string; line2?: string; city: string; state: string; postalCode: string; country: string;
Credit and debit cards (Visa, Mastercard, American Express). payment-settings
: The specific "Doing Business As" (DBA) name that appears on customer bank statements, which is critical for minimizing disputes Detailed Breakdown export interface BillingAddress line1: string; line2
Payments are automatically charged to your saved method after a service is rendered or a bill is generated. export interface BillingAddress line1: string
: Most platforms allow high-level customization, such as toggling writebacks in Weave or setting conditional logic in Cognito Forms to decide exactly when a customer must pay.