Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Paypal Error : Merchant country unsupported

Tags:

paypal

I am having an Paypal Merchant account in India and I am dealing with US and Canada using it.

I am trying to do direct payment from website, API is fully working with Sandbox account but in live mode it gives me this error :

L_ERRORCODE0:   10565 
L_SHORTMESSAGE0:    Merchant country unsupported. 
L_LONGMESSAGE0: The merchant country is not supported. 
L_SEVERITYCODE0:    Error 

Is there any solution ?

like image 831
omega Avatar asked Jul 13 '13 11:07

omega


1 Answers

A 10565 error (merchant country is not supported) means you're trying to submit a Payments Pro API call - Direct Payment in this instance - from a country that does not support Payments Pro. Currently it is only available to US, UK, and Canadian merchants.

Here is a list of PayPal products and the countries that can use them: https://developer.paypal.com/docs/classic/howto_product_matrix/

like image 67
Gerzie Avatar answered Oct 17 '22 23:10

Gerzie