Skip to main content

标  题: 一个小额制造消费的的方法,以及如何利润最大化

http://gengwg.blogspot.com/发信人: nonozone (NoNo桑), 信区: Money
标  题: 一个小额制造消费的的方法,以及如何利润最大化
发信站: BBS 未名空间站 (Tue Jun 16 11:25:22 2015, 美东)

### 参考 AP,Do NOT aggressively abuse

通过 Square。
首先这不是一个新东西,我在 2011 年就注册了帐号。后面因为有蓝鸟,AP,红鸟,所
以一直看不上这个做 MS 用途,最近才开始研究。

Square 简单来说就是通过一个白色方形的小刷卡器,把手机变成一个类似于 POS 机的
存在,相信大家都见过。这个国内三年前已经有抄袭的产品了,叫啦卡啦。

Square 是有手续费的,刷卡 2.75%,手动输入会贵一点,3.5%+¢15。所以并不是日常
使用的合适选择。
但是。通过 refer 注册的话彼此都会 $1000 的免手续费额度,180 天有效。这个 $
1000 额度必须通过 refer 注册才能获得,公开的注册链接是没有的。

此外,通过一些小技巧可以最大化 Square 收益。


如何取得刷卡器?两种渠道:
1. 注册后官网免费索要,10 天内寄到(其实七天内)
2. 去 Apple Store 或者 Bestbuy 购买,$9.95,然后购买的费用会返还到你的账户上。


税务问题:
首先注册时无需提供税号,只需要个人 SSN 后四位用于验证身份。
此外,根据 IRS 规定只有当每年刷卡超过 2W 美元 并且 刷卡交易 200 笔以上才需要
提交 Form 1099-K。

这个和 Amazon Payment 一样,两个条件只要有一个不满足,便不用担心报税问题。

下面讨论一下最大化问题:
1. 首先通过自己通过他人注册,再用 LD 名义通过自己注册。这样一共至少可以获得
$3000 额度。

2. 已经实际测试过,当注册的时候 business type 选择餐馆或者咖啡店,这样使用
Chase Freedom 和 Discover 刷是有 5% cashback 的。免费的 $3000 额度足够两张卡
用了,不够的话 2.75% 手续费换 5% cb 也是划算的。

3. 基于第二点。虽然注册后无法更改 business type,但是 Square 是允许一个人注
册多个账户的。这样想象力空间也就很大了。不过注册第二个账户的时候已经不算是新
用户了,无法另外取得 $1000 免手续费额度。

Comments

Popular posts from this blog

CKA Simulator Kubernetes 1.22

  https://killer.sh Pre Setup Once you've gained access to your terminal it might be wise to spend ~1 minute to setup your environment. You could set these: alias k = kubectl                         # will already be pre-configured export do = "--dry-run=client -o yaml"     # k get pod x $do export now = "--force --grace-period 0"   # k delete pod x $now Vim To make vim use 2 spaces for a tab edit ~/.vimrc to contain: set tabstop=2 set expandtab set shiftwidth=2 More setup suggestions are in the tips section .     Question 1 | Contexts Task weight: 1%   You have access to multiple clusters from your main terminal through kubectl contexts. Write all those context names into /opt/course/1/contexts . Next write a command to display the current context into /opt/course/1/context_default_kubectl.sh , the command should use kubectl . Finally write a second command doing the same thing into ...

OWASP Top 10 Threats and Mitigations Exam - Single Select

Last updated 4 Aug 11 Course Title: OWASP Top 10 Threats and Mitigation Exam Questions - Single Select 1) Which of the following consequences is most likely to occur due to an injection attack? Spoofing Cross-site request forgery Denial of service   Correct Insecure direct object references 2) Your application is created using a language that does not support a clear distinction between code and data. Which vulnerability is most likely to occur in your application? Injection   Correct Insecure direct object references Failure to restrict URL access Insufficient transport layer protection 3) Which of the following scenarios is most likely to cause an injection attack? Unvalidated input is embedded in an instruction stream.   Correct Unvalidated input can be distinguished from valid instructions. A Web application does not validate a client’s access to a resource. A Web action performs an operation on behalf of the user without checkin...