Questions tagged as 'paypal'

1
answer

PayPal security with php

Good, first of all say that I spend a lot of time researching and I can not find something that satisfies me. It turns out that you can not make sure otherwise using the odd form that gives us paypal and validate with your ipn but then I fin...
asked by 24.02.2017 / 23:48
1
answer

Error with EXTRA_PAYPAL_CONFIGURATION on android

I am trying to integrate the payment gateway to my service in android but at the moment of entering EXTRA_PAYPAL_CONFIGURATION in my code it appears to me as if it did not exist: intent.putExtra(PaymentActivity.EXTRA_PAYPAL_CONFI...
asked by 11.08.2017 / 20:54
1
answer

Android PayPalPayment: invalid long

I have an error in android studio , my code is: private void ProcessPayment() { montoPagar = montoTotal.getText().toString(); PayPalPayment payPalPayment = new PayPalPayment(new BigDecimal(String.valueOf(montoPagar)),"$","USD",Pay...
asked by 03.07.2018 / 17:31
0
answers

Error: Fatal error: Class 'Paypal \ Api \ Payer' not found

I have the following problem: I've imported the paypal library ( paypal/rest-api-sdk-php ) with composer , but I'm getting error the following    "error Fatal error: Class 'Paypal \ Api \ Payer' not found" Start.php <...
asked by 08.09.2016 / 19:54
1
answer

Check payment by Paypal

I have just done an e-commerce for a client, and I am implementing the code provided by Paypal to make the payments. Until now when you click on the paypal button, it redirects the user to the official paypal page so you can make the payment....
asked by 01.09.2016 / 12:06
1
answer

Error installing Paypal SDK Xamarin

I'm trying to install the Paypal SDK (1.7.0) and I get the following error:    Could not install package 'PayPalCoreSDK 1.7.0'. You are trying to   install this package into a project that targets   'portable-net45 + win + MonoTouch10 + MonoA...
asked by 19.02.2016 / 00:02
0
answers

Payment error with paypal when wanting to start session

I'm having a problem that I do not know since it's my first time using the paypal integration ... I am trying to make the integration for recurring payments and I am doing it in the following way ... On the page where the packages and the...
asked by 04.07.2018 / 05:31
3
answers

Send a received textview

The case is that I sent a TextView from a Fragment to an activity. And that TextView that is already inside and appears in the activity I want to send as a total amount to pay from Paypal But it's not working. I use Paypal s...
asked by 21.09.2017 / 09:24
1
answer

How to import the PayPal API API for Java to my project

I need to see how to import the PayPal API SDK and download the GitHub SDK but I do not know what files I need to add to my project as well as its configuration.     
asked by 07.07.2016 / 17:46
1
answer

payu payment gateway

Good morning friends, I want to implement the payment gateway with payu in my ionic app, I do not have the clear information about what I have to do I have seen in the documentation that I must send a form in json or xml format, but not I know w...
asked by 19.10.2016 / 14:47