VIP Customer Benefits
Provide premium payment options for VIP customers.
Scenario
VIP customers receive extended payment terms and additional payment methods.
Implementation
VIP Profile
Profile: "VIP Payments"
- Assignment: VIP customer group or individual
- Methods: All enabled
- Special: Extended payment terms
Benefits
| Benefit | Standard | VIP |
|---|---|---|
| Invoice Payment | No | Yes |
| Payment Terms | Immediate | Net 30/60 |
| Credit Limit | $1,000 | $50,000 |
| Purchase Order | No | Yes |
Setup Steps
- Create "VIP Payments" profile
- Enable all desired methods
- Set extended conditions
- Assign to VIP group or customers
Condition Example
IF customer.group = "VIP" OR customer.lifetime_value >50000 THEN enable_methods: invoice, purchase_order AND set_payment_terms: net_30Use this as an advanced pattern. Fields like customer.lifetime_value and automatic term assignment depend on available attributes/integrations in your stack.
