Questions tagged as 'paypal'

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
0
answers

PayPal integration [closed]

I'm developing an application in PHP that involves making monthly subscriptions via Paypal. As this is a subscription service, I have activated the Instant Payment Notification (IPN) in the Paypal panel. I'm already getting the IPNs normal...
asked by 23.10.2016 / 04:59
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
1
answer

Paypal Plus integration: incorrect iframe

I'm using an integration with Paypal Plus using the iframe, as follows: <script type="application/javascript"> var ppp = PAYPAL.apps.PPP({"approvalUrl": 'myApprovalUrl',"placeholder": "ppplus","mode": "live"}); </script> Bu...
asked by 02.09.2016 / 15:47
1
answer

How can I send information to PayPal API PHP

Well, what I want to do is to do the following, first, how can I send information to PayPal through my PHP value of the purchase. That is, the buyer selects the number of items and then click Buy, how can I get the paypal to receive the purch...
asked by 06.07.2016 / 15:42
1
answer

Get PayPal Transaction ID on Ionic

I'm using PayPal in my project following this documentation . My question is: how do I get the transaction ID after my payment? My code is: this.payPal.init({ PayPalEnvironmentProduction: '' PayPalEnvironmentSandbox: 'mySandbox...
asked by 03.12.2018 / 16:11
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
0
answers

Payment module in OpenCart associated with more than one CNPJ

I need to develop a virtual store in OpenCart and I need to associate more than one CNPJ to the store because it will be a sales system linked to 5 units / store. I would like to know if you have this association, that is. The customer will plac...
asked by 15.01.2018 / 12:17