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

BenefitStandardVIP
Invoice PaymentNoYes
Payment TermsImmediateNet 30/60
Credit Limit$1,000$50,000
Purchase OrderNoYes

Setup Steps

  1. Create "VIP Payments" profile
  2. Enable all desired methods
  3. Set extended conditions
  4. 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_30

Use this as an advanced pattern. Fields like customer.lifetime_value and automatic term assignment depend on available attributes/integrations in your stack.

Found an issue with this documentation? Let us know