Redian新闻
>
help: 一个很简单的 PayPal API 总是报错; PayPal alternative
avatar
help: 一个很简单的 PayPal API 总是报错; PayPal alternative# Programming - 葵花宝典
s*r
1
从citibank往中行电汇,citibank收取30块费用,中行收到的钱后,发现少了12块。。。
中行的人说是美国这边的银行收取的费用,打电话给citibank,citibank说是中间银行
(intermediary bank)收取的费用,我问她们是哪家中间银行,她们给查了半天,也没
找到,让我去问中行。。
奇怪,这是不是hidden fee呀?有没有人遇到过类似的情况,帮忙解释一下。
谢谢
avatar
h*3
2
记得在哪里看到过预约签证时间电话的开放时间,现在突然找不到了。
他们周末上班吗?谢谢
avatar
c*i
3
Elizabeth Woyke, Acer's Next Advance: Forbes Magazine dated May 10, 2010
The computer brand that burgeoned on bargain retail is going after schools
and small business. Forbes, May 10, 2010 (cover date).
http://www.forbes.com/forbes/2010/0510/global-2000-10-hewlett-packard-systemax-dell-acer-next-advance.html
My comment:
(a) alacrity (n): "a promptness in responding: cheerful readiness"
(b) I am surprised that ACER is pursuing school sales, which traditionally
are the domain of Dell. But Acer see
avatar
t*o
4
======================================
#!/usr/bin/python
import paypalrestsdk
paypalrestsdk.configure({
"mode": "live",
"client_id": "...",
"client_secret": "..." })
payment_history = paypalrestsdk.Payment.all({"count": 10})
print payment_history.payments
======================================
$ ./paypal.py
Traceback (most recent call last):
File "./paypal.py", line 22, in
payment_history = paypalrestsdk.Payment.all({"count": 10})
File "build/bdist.linux-x86_64/egg/paypalrestsdk/resource.py", line 131,
in all
File "build/bdist.linux-x86_64/egg/paypalrestsdk/api.py", line 219, in get
File "build/bdist.linux-x86_64/egg/paypalrestsdk/api.py", line 138, in
request
File "build/bdist.linux-x86_64/egg/paypalrestsdk/api.py", line 166, in
http_call
File "build/bdist.linux-x86_64/egg/paypalrestsdk/api.py", line 195, in
handle_response
paypalrestsdk.exceptions.ServerError: Failed. Response status: 503. Response
message: Service Unavailable. Error message: {"name":"INTERNAL_SERVICE_
ERROR","information_link":"https://api.paypal.com/docs/api/#INTERNAL_SERVICE
_ERROR","debug_id":"14a7e825c5d9d"}
======================================
总是 INTERNAL_SERVICE_ERROR,有谁知道怎么能弄好吗?
是我的账户设置有问题吗? sandbox mode 至少会 return valid value "None".
联系了 PayPal technical support:
https://ppmts.custhelp.com/app/ask_confirm/refno/150520-000453
也没人理。实在烦透了PayPal, 其它哪家的 online payment 比较好,support API
access? Thanks.
avatar
E*r
5
正常
中间行收的...

。。

【在 s********r 的大作中提到】
: 从citibank往中行电汇,citibank收取30块费用,中行收到的钱后,发现少了12块。。。
: 中行的人说是美国这边的银行收取的费用,打电话给citibank,citibank说是中间银行
: (intermediary bank)收取的费用,我问她们是哪家中间银行,她们给查了半天,也没
: 找到,让我去问中行。。
: 奇怪,这是不是hidden fee呀?有没有人遇到过类似的情况,帮忙解释一下。
: 谢谢

avatar
a*y
6
周末不上班,记得好像是国内时间周一到周五,早7点到晚上几点。另外接线小姐说的
是中文。
avatar
h*2
7
Acer is a big IT product provider for higher education sector in direct
competition against HP and Dell, altough Dell offers more solid products for
reasonable prices.
For many institutions, IT product providers are limited: HP business, Dell
Business, Acer, CDW-G and Govconnection(a subsidiary of PC connection).
Apparently, the profit margin for government/education sales are way bigger
than consumer products.

【在 c**i 的大作中提到】
: Elizabeth Woyke, Acer's Next Advance: Forbes Magazine dated May 10, 2010
: The computer brand that burgeoned on bargain retail is going after schools
: and small business. Forbes, May 10, 2010 (cover date).
: http://www.forbes.com/forbes/2010/0510/global-2000-10-hewlett-packard-systemax-dell-acer-next-advance.html
: My comment:
: (a) alacrity (n): "a promptness in responding: cheerful readiness"
: (b) I am surprised that ACER is pursuing school sales, which traditionally
: are the domain of Dell. But Acer see

avatar
s*r
8
那如果BOA电汇,就是BOA收取的45块钱再加上中间银行的收费。。。
为啥在online transfer的过程中,一直也没看到有提到中间银行这么一说,如果中间
银行收取很高的费用怎么办呢?

【在 E*******r 的大作中提到】
: 正常
: 中间行收的...
:
: 。。

avatar
T*2
9
Saturday is open from 8a.m -5.pm
avatar
E*r
10
你没辙....
Quote from Wiki:
IBAN wire transfers are not completely free of vulnerabilities. Every
intermediate bank that handles a wire transaction can take a fee directly
out of the wire payload (the assets being transferred) without the account
holders knowledge or consent. There is no legislation or technical means to
protect customers from this practice. If bank S is the sending bank (or
brokerage), and bank R is the receiving bank (or brokerage), and bank I1, I2
, and I3 are intermediary banks

【在 s********r 的大作中提到】
: 那如果BOA电汇,就是BOA收取的45块钱再加上中间银行的收费。。。
: 为啥在online transfer的过程中,一直也没看到有提到中间银行这么一说,如果中间
: 银行收取很高的费用怎么办呢?

avatar
h*3
11
啊, 我错过了!!!

【在 T*****2 的大作中提到】
: Saturday is open from 8a.m -5.pm
avatar
s*r
12
谢谢!

to
I2
from

【在 E*******r 的大作中提到】
: 你没辙....
: Quote from Wiki:
: IBAN wire transfers are not completely free of vulnerabilities. Every
: intermediate bank that handles a wire transaction can take a fee directly
: out of the wire payload (the assets being transferred) without the account
: holders knowledge or consent. There is no legislation or technical means to
: protect customers from this practice. If bank S is the sending bank (or
: brokerage), and bank R is the receiving bank (or brokerage), and bank I1, I2
: , and I3 are intermediary banks

avatar
I*i
13
Now my question is: Is the fee charged by the intermediate banks always $12?
avatar
r*b
14
no.
中间行要收多少就收多少。
avatar
r*b
15
citibank 不可能查不到。
骗你而已。
avatar
s*r
16
为啥骗我呢?

【在 r****b 的大作中提到】
: citibank 不可能查不到。
: 骗你而已。

avatar
z*6
17
因为柜台不知道在哪里查,但是打电话到负责这个部门的可以找到,他会告诉你:中国
银行纽约分行。
中国银行为了肥水不外流,一般指定中间行都是海外的中行。
还有中间行如果比较多的话选择权似乎是汇款行,有一次在某行汇款到国内去,指定了
中间行,结果仍旧走了一家有点贵的,还说因为我指定的那家那天头寸不够。。。。所
以,反正控制不了他们。

【在 s********r 的大作中提到】
: 为啥骗我呢?
avatar
d*y
18
如果有wachovia的话 可以在wachovia做 wire transfer. 25刀,挺好的。
相关阅读
logo
联系我们隐私协议©2024 redian.news
Redian新闻
Redian.news刊载任何文章,不代表同意其说法或描述,仅为提供更多信息,也不构成任何建议。文章信息的合法性及真实性由其作者负责,与Redian.news及其运营公司无关。欢迎投稿,如发现稿件侵权,或作者不愿在本网发表文章,请版权拥有者通知本网处理。