Can't upload Sandbox Accounts in Bulk in PayPal dev -
i have created file upload fictious sandbox accounts in bulk. paypal throws error:
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)
that paypal didn't word bom , line endings.
Comments
Post a Comment