Improved
BILL widgets release 2025-09-12
September 12th, 2025
Features
Billing improvements
- In the Add funding, Manage funding, and User verification widgets, the user can now set a default funding and billing account method right when the bank account is eligible.
- In the Manage funding widget, we have added clarity by explaining that the default funding account method will be used for their monthly account billing and as the default payables account for vendor payments.
- In the Add funding widget, the
fundingAddSuccessevent is emitted when the user successfully adds a new funding payment method. We have added thedefaultBillingfield to thebankDatapayload. This field is set astrueif the bank account is set a default for billing and payments.
{
bankData: {
status: string;
accountNumber: string;
userVerificationRequired: boolean;
id: string;
nameOnAccount: string;
defaultBilling: boolean;
}
}Miscellaneous
We have replaced overlay spinners with loading buttons across all the widget screens. This is a user experience improvement.
