Can't upload Sandbox Accounts in Bulk in PayPal dev -


i have created file upload fictious sandbox accounts in bulk. paypal throws error:

enter image description here

i did required:

  • the file must encoded in utf-16 little endian (however not said bom or w/o)

  • the file must have .txt or .tsv extension

  • separate each attribute in file tab.

  • the first row in file must begin hash-mark ("#")

  • the file must have @ least 1 row of sandbox test account data

  • the file must not more 1 mb in size.

file:

#country-code   account-type    email   password    firstname   lastname    paypal-balance  verified    credit-card-type    payment-card   business    test-biz@gmail.com  12345678    fname   lname   0   y   visa  personal    test-per@gmail.com  12345678    fname   lname   100 n   mastercard  paypal 

i tried utf-16le bom , without. no chance. ecperienced similar? functionality work @ all?

saved file in sublime text 3 following settings , made it:

  • utf-16le bom
  • unix line ending (lf)

enter image description here

that paypal didn't word bom , line endings.


Comments

Popular posts from this blog

sequelize.js - Sequelize group by with association includes id -

android - Robolectric "INTERNET permission is required" -

java - Android raising EPERM (Operation not permitted) when attempting to send UDP packet after network connection -