将 phone 号码传递给 PayPal Form,并行支付

Pass phone number to PayPal Form, parallel payment

我正在使用自适应支付 API,从我的表格到 PayPal 表格的所有信息都在传输(姓名、地址、城市、州、邮编等...),除了 phone 号码。

我将下面的字段用于 phone 号码。还有别的办法吗?

<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 的表单复制到我的表单中。

要使用自适应支付填充 phone 号码,您必须在发布到 PayPal 的表单中使用以下字段。

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