Skip to content
This repository has been archived by the owner on Feb 14, 2020. It is now read-only.

Transactions not able to see in Paypal merchant account #67

Open
manasa1 opened this issue Nov 27, 2018 · 11 comments
Open

Transactions not able to see in Paypal merchant account #67

manasa1 opened this issue Nov 27, 2018 · 11 comments

Comments

@manasa1
Copy link

manasa1 commented Nov 27, 2018

I was doing transaction using Paypal.forms plugin in xamarin forms.I was giving paypal sandbox merchant account id in android main activity.cs file.But i am not able to get transactions in paypal sandbox merchant account.

untitled

@manasa1
Copy link
Author

manasa1 commented Nov 27, 2018

Please let me know i need to do any changes for configuration.

@egarim
Copy link

egarim commented Dec 2, 2018

I have the same exact problem have you managed to move forward and fix it?

@manasa1
Copy link
Author

manasa1 commented Dec 2, 2018 via email

@egarim
Copy link

egarim commented Dec 2, 2018

Where did you get the API key, in my account I can only see
Paypal account, client id and secret, in this link there is a screenshot of my settings on PayPal website
https://ibb.co/sWZQSx0

@manasa1
Copy link
Author

manasa1 commented Dec 2, 2018 via email

@egarim
Copy link

egarim commented Dec 2, 2018

I used that client id for PayPal configuration and it works or at least it looks like, I never get the transaction in sandbox or production

@amirvenus
Copy link

amirvenus commented Jan 18, 2019

It's because you are using PayPalEnvironment.NoNetwork!

@stavroaudi
Copy link

Do I put the Paypal secret in the app? If so, where do I put it? Basically, going from NoNetwork to Production, what do I have to do apart from changing the client ID to the Live Client ID and NoNetwork to Production?

@stavroaudi
Copy link

I'm getting the same issue, my setup is like this:

PayPal.Forms.CrossPayPalManager.Init(
new PayPalConfiguration(PayPalEnvironment.Production, "My_Live_Client_ID")
{
AcceptCreditCards = true,
MerchantName = "MyApp",
MerchantPrivacyPolicyUri = "https://www.privacypolicy.html",
MerchantUserAgreementUri = "https://www.terms.html"
},
this
);

And that is it. I don't know where I can put in the secret or if that's not the problem, what could be.

@onyxcool
Copy link

Guys,

did you have a luck with this one? I cannot see any transactions in my sandbox business account as well.
Please, share your experience with this one.

@onyxcool
Copy link

Guys,

did you have a luck with this one? I cannot see any transactions in my sandbox business account as well.
Please, share your experience with this one.

Guys,

found my problem, the PayPalEnvironment.Sandbox should be selected for sandbox accounts, instead of NoNetwork.

Thank you

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants