[ Hidden Content! ]
The Logic: A basic config just checks if a login is valid. A Pro Config makes decisions based on what it finds. For example: "If the account is Free, ignore it. If it's Premium, check for a Payment Method."
- The Workflow:
- The Check: Create a PARSE block to find the account status.
- The Condition: Use an
IF
statement.- If status = "Free" -> Mark as "Custom" or "Free".
- If status = "Premium" -> Trigger a new
GET
request to the Billing page.
- If status = "Free" -> Mark as "Custom" or "Free".
- The Capture: Only capture payment details for the Premium hits to save proxy bandwidth and time.
- The Check: Create a PARSE block to find the account status.
- Why this matters: It saves you an immense amount of time during "cleaning" because your hits are already sorted by value before you even look at the log.









![[Image: kwi6yAD.gif]](https://patched.to/pbb-proxy/UUNCQ0JeTUoNGVgIBhBLGwVYDxhTR1ADSnIlHgFZUA--/kwi6yAD.gif?t=1771681490)