预填充Paypal计费表单电话字段

时间:2013-01-08 08:08:56

标签: php paypal express-checkout

我在我的网络应用程序中使用了Express Checkout PHP-SDK(第96版)。

我正在尝试在Paypal上预先填写客户的结算明细。

$address                  = new AddressType();
$address->CityName        = strtoupper_tr( $order['invoice']['address']['city'] );
$address->Name            = $order['invoice']['title'];
$address->Street1         = $order['invoice']['address']['address'];
$address->Street2         = $order['invoice']['address']['address-2'];
$address->StateOrProvince = $order['invoice']['address']['province'];
$address->PostalCode      = $order['invoice']['address']['postal-code'];
$address->Country         = 'TR';
$address->Phone           = '5004244244';

...

$set_ec_req_details                 = new SetExpressCheckoutRequestDetailsType();
$set_ec_req_details->BillingAddress = $address;

此代码填充表格,电话号码除外。 我发现如果我将国家/地区代码更改为“美国”,它也可以。

我在x.com的论坛或文档中找不到任何信息。如果有人告诉我有办法做到这一点,我将不胜感激。

1 个答案:

答案 0 :(得分:0)

不熟悉此购物车,但Paypals电话代码非常以美国为中心,但我很幸运使用night_phone_b将电话号码放入。

详情为https://www.paypal.com/cgi-bin/webscr?cmd=_pdn_xclick_prepopulate_outside