Questions tagged as 'paypal-api'

0
answers

Plugin Cordova PayPal on Ionic using Real (BRL)

I installed the PayPal plugin in an Ionic application following this tutorial: link I created a SandBox account, I marked that the account is in "Brazil". The application works perfectly if I send, in the api, the currency "USD". But if I s...
asked by 07.07.2017 / 20:35
0
answers

PayPal Notification API: Variable Recognition

Using the API notifications of Paypal through the% co_profile found in link , I got the following return which is the simulator pattern: My questions are: In the list below, A) Who is the IPN in número do pedido...
asked by 15.10.2016 / 14:45
1
answer

PayPal receive transaction update

I am integrating the Express Checkout API, and there is a problem with updating notification for any transactions you have made. How will PayPal send me the notification? If a transaction has not been approved at this time, and after 24 hours...
asked by 29.07.2014 / 18:26
0
answers

Payment transaction id paypal on android

I'm developing a mcommerce on the android platform with integration with paypal, the question I have is how to return the payment transaction id? @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { if (r...
asked by 16.04.2015 / 21:54
0
answers

How do I get all payments received from the paypal button through the PayPal REST APIs?

I need to pick up the payments received by the Paypal button. It would be something like: https://api.paypal.com/v1/payments/payment?count=10     
asked by 02.10.2018 / 22:09
0
answers

How to get a paypal token in asp.net mvc?

Follow the paypal documentation: here to get token. Follow the code below: [HttpPost] static async Task<HttpStatusCodeResult> Token() { var authorization = new { Username = "mat.miranda", Password = "xxxxxxxx...
asked by 10.02.2018 / 20:46
1
answer

Integration with PayPal API without requiring the client to create account to make the payment

I did an integration with the PayPal API using Express checkout , I am using the sandbox for testing. When making a payment for a service it forces the customer to have a PayPal account to continue the payment. Is it possible for the customer t...
asked by 14.08.2017 / 18:45