Feature: add Topup Point Url in Parnter settings, used when the billing type is billing url
Added
-
Topup Points URL in Partner Settings: Added a new field to Partner settings to define a custom Topup Points URL.
- Used when the billing type is set to Billing URL, allowing redirection to an external payment or billing page.
- Supports dynamic variables such as:
- {workspace_id}, {workspace_name}
- {owner_name}, {owner_email}
- {points}, {currency}, {amount}
Improved
- Seamlessly integrates third-party billing systems in point top-up flows.
- Fallback to Stripe remains available if no URL is provided.