Php 将电话号码传递到PayPal表单,并行支付

Php 将电话号码传递到PayPal表单,并行支付,php,paypal,paypal-adaptive-payments,Php,Paypal,Paypal Adaptive Payments,我使用的是Adaptive Payments API,除了电话号码之外,所有从我的表单到PayPal表单的信息都在传输(姓名、地址、城市、州、邮政编码等) 我正在使用下面的字段作为电话号码。还有别的办法吗 <input type="hidden" name="night_phone_a" value="708"> <input type="hidden" name="night_phone_b" value="555"> <input type="hidden" n

我使用的是Adaptive Payments API,除了电话号码之外,所有从我的表单到PayPal表单的信息都在传输(姓名、地址、城市、州、邮政编码等)

我正在使用下面的字段作为电话号码。还有别的办法吗

<input type="hidden" name="night_phone_a" value="708">
<input type="hidden" name="night_phone_b" value="555">
<input type="hidden" name="night_phone_c" value="1234">

在文档中找不到它之后,请确认。我胡乱猜了一下,然后把域名从PayPal的表单复制到我的表单中

要使用自适应支付填充电话号码,您必须使用“过账到贝宝”表单中的以下字段

<input type="hidden" name="H_PhoneNumber" value="555-555-5555">