Is it possible to get the country using their email? Or validate user’s country.
In our system, the user submits their email and country. We need to check whether the country is correctly specified.
Sorry for my English.
Thanks.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
you have to force users to login paypal (you don’t want to allow transactions by who doesn’t have a paypal account)
See SetExpressCheckout
SOLUTIONTYPE = Markafter the user completes the expresscheckout, in order to confirm it, you should check if its street address is confirmed and if it is of the country you require:
GetExpressCheckoutDetails
if these two values are ok, you can confirm the payment with “DoExpressCheckoutPayment”
since you are new, if you like my answer don’t forget to set it as “accepted”