Zen Cart Logo
Forums / Built-in Shipping and Payment Modules / PayPal: Data does not match input character set...

PayPal: Data does not match input character set...

Locked

Views: 6,884

Results 1 to 7 of 7
This thread is locked. New replies are disabled.
8 Aug 2006, 8:16 AM
#1
peace_freak avatar

peace_freak

Zen Follower

Join Date:
Apr 2006
Posts:
354
Plugin Contributions:
0

PayPal: Data does not match input character set...

Hello,

In the last 24 hours, 2 customers have tried to buy products on my bilingual store (English & Japanese) but in the last step, when the store redirects to the PayPal site they get the following message:

Data does not match input character set or default encoding. For more information, please contact the merchant.

Both were using Japanese as their main languages. One was using windows, one a Mac using Firefox and then Safari... I saw the problem myself as it was a friend who wanted to do the purchase and I visited them to see for myself.

I just tried using Japanese with a Mac using Safari and FireFox and there were no problems...

Does anyone have any ideas on what might be the problem? Any testing suggestions?

Thanks!

8 Aug 2006, 8:29 AM
#2
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: PayPal: Data does not match input character set...

The patch I posted here should be set to pass the desired CHARSET to paypal... not sure if that's what you're after:

http://www.zen-cart.com/forum/showthread.php?t=42600

Would like to know if it resolves the situation for you.

8 Aug 2006, 4:32 PM
#3
peace_freak avatar

peace_freak

Zen Follower

Join Date:
Apr 2006
Posts:
354
Plugin Contributions:
0

Re: PayPal: Data does not match input character set...

Hello Dr. Byte,

Thank you for your quick response!

Wanted to let you know that it appears to have solved the problem. One of the people has retested and says it is now OK. I am still waiting for the other. When I hear from them I will confirm.

Once again, thank you!

9 Aug 2006, 6:49 AM
#4
peace_freak avatar

peace_freak

Zen Follower

Join Date:
Apr 2006
Posts:
354
Plugin Contributions:
0

Re: PayPal: Data does not match input character set...

Hi Dr. Byte,

The second person could log in to PayPal!

Thanks!

9 Aug 2006, 8:22 AM
#5
drbyte avatar

drbyte

Sensei

Join Date:
Jan 2004
Posts:
63,513
Plugin Contributions:
177

Re: PayPal: Data does not match input character set...

:clap: !

6 Oct 2009, 1:51 PM
#6
kannasai avatar

kannasai

New Zenner

Join Date:
Sep 2008
Posts:
7
Plugin Contributions:
0

Re: PayPal: Data does not match input character set...

HELP!! when go to checkout confirmation to payapal, the page show charter error as below:

Data does not match input character set or default encoding. For more information, please contact the merchant.

When i set below to UTF-8, palpay work fine but all the japanese language encoding in error. What should i do anyone can HELP???:oops:

// charset for web pages and emails
define('CHARSET', 'EUC-JP');

any method to set the variable in the button code so the data in the transaction is transferred in UTF-8 format and don't set the encoding for the entire page to UTF-8. OR any other method solve the problem????

11 Oct 2009, 6:26 AM
#7
kannasai avatar

kannasai

New Zenner

Join Date:
Sep 2008
Posts:
7
Plugin Contributions:
0

Re: PayPal: Data does not match input character set...

Japanese working on 1.3.8a but seem like it is not working for paypal IPN :(:(

Zen-cart version 1.3.8a .
Website is Japanese language base.
Website: https://www.nittoka.com

When my customers claims do not able to checkout order confirmation. SInce we click the checkout button (ご注文確認), it suppose to link to paypal IPN as https://www.paypal.com/cgi-bin/webscr.
But Payment cannot process and came out with error page such as Data does not match input character set or default encoding

// charset for web pages and emails
define('CHARSET', 'EUC-JP');
When i change the the Charset from EUC-JP to UTF-8, the probelm solved but my entire webpage japanese words appeared encoding errors.

What can i do to solve out the problem? Please help.:oops: