Payments are issued four times a day if your unpaid balance is greater than 0.01 BTC. Every fourth payment (once per day) is issued if balance is greater than 0.002 BTC. We will do payments for balances greater than 0.0001 BTC once every few days.
Payment threshold is checked for each algorithm even if you use the same BTC address for different algorithms. Each algorithm balance must correspond to the criteria above to be included in the payment. All balances for the same BTC address, matching the criteria above, will be combined into single payment.
Example:
User under BTC adress "xxx" has such balances:
a) Scrypt: 0.11
b) Scrypt-Adaptive-Nfactor: 0.04
c) X11: 0.0001
At the next payment round, total balance will be 0.11 + 0.04 = 0.15 BTC since a) and b) matches the criteria, however c) doesn't. User will receive 0.15 BTC in a single transaction. The X11 balance from c) will be paid in one of the next rounds, when it reaches the criteria above.
Note: We will implement a combined summarized threshold checking in the future upgrades to allow aggregated payout. It's in our TODO list we just haven't got time to implement it yet - it is not a trivial task since we have to do QA testing to make sure payments are 100% correct and exact.
Took some searching to find this very important info.. Should probably be put on the nicehash site.

It says payouts 4x per day but no mention of minimums or the other info given here. Unless i'm blind & if so I apologize but i checked faq and getting started areas.
Thx
Bill48105