我创建了一个文件来批量上传虚构的沙盒帐户。但是PayPal总是会抛出一个错误:
我做了所需的一切:
该文件必须以UTF-16 Little Endian编码(但不是用BOM或w / o表示)
该文件必须具有.txt或.tsv扩展名
使用Tab。
文件中的第一行必须以井号开头("#")
该文件必须至少有一行Sandbox测试帐户数据
文件大小不得超过1 Mb。
文件:
#country-code account-type email password firstname lastname PayPal-balance verified credit-card-type payment-card
US BUSINESS test-biz@gmail.com 12345678 fname lname 0 Y VISA
US PERSONAL test-per@gmail.com 12345678 fname lname 100 N MASTERCARD PAYPAL
我尝试使用BOM UTF-16LE
而没有。没有机会。有没有人经历类似的事情?该功能是否有用?