Skip to main content

ebay上买家要用money order,是不是可疑?

发信人: cherished (cherised), 信区: ebiz
标  题: ebay上买家要用money order,是不是可疑?
发信站: BBS 未名空间站 (Mon Dec 19 20:34:37 2011, 美东)

我很少用ebay,前两天在上面卖个自己不用的包,一个买家用buy it now 的方式买了
。一共就70块钱。

买家有200多条review,好像也都很positive的。但是她先是写信给我说,paypal连接
了新的信用卡,要两天才能setup好,能不能给支票。我说嫌麻烦,还是paypal好了。
她又发了信说paypal帐号被hack了。我没理她,她今天又发信说,她的paypal account
有问题,这个问题影响了Illinois一半的用户,但是她真的很喜欢我的包,问我可不可
以money order。

我读了ebay的规则,都说不建议买家支付money order,但没有说卖家是不是该接受。
请问这个是正常的么?

--


发信人: asimove (阿瑟), 信区: ebiz
标  题: Re: ebay上买家要用money order,是不是可疑?
发信站: BBS 未名空间站 (Mon Dec 19 20:36:04 2011, 美东)

要usps money order,能立马cash的
ebay当然不乐意了,paypal收不到手续费。以前ebay还有money order的支付方式的






发信人: ebayllen (ebayllen), 信区: ebiz
标  题: Re: ebay上买家要用money order,是不是可疑?
发信站: BBS 未名空间站 (Mon Dec 19 20:48:05 2011, 美东)

恭喜你, 你能收到money order, 比paypal好啊。只要不是假的就行。
记住一点, 取到现金之前不要发货。
其他没什么可担心的。

--

发信人: baixiaoxiong (白小熊), 信区: ebiz
标  题: Re: ebay上买家要用money order,是不是可疑?
发信站: BBS 未名空间站 (Mon Dec 19 21:21:59 2011, 美东)

只能收usps money order
--



发信人: maplesage (Maple), 信区: ebiz
标  题: Re: ebay上买家要用money order,是不是可疑?
发信站: BBS 未名空间站 (Wed Dec 21 09:21:18 2011, 美东)

跟買家說等你收到和CLEAR了MONEY ORDER就發貨.  你不會吃虧的.  放心.
--

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 /opt/course/1/context_default_no_kubectl.sh , but without the use of k

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 checking a shared sec