Questions tagged as 'paypal'

0
answers

Integration with PayPal, is it possible this way?

I'm having a hard time thinking about a logic that solves this problem my client has requested and would like to know if PayPal will support it. I have the following path:    Jonathan client schedules AMD studio on   our site and must...
asked by 20.10.2017 / 04:46
0
answers

PayPal redirection

var create_payment_json = { "intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": { "return_url": "http://localhost:15000/api/ReturnPayment/retornoPayPal?id=" + params.orderNo, "cancel_url":...
asked by 19.10.2017 / 20:04
1
answer

PayPal Express checkout RETURNURL

This is my first attempt to use PayPal Express Checkout. To implement it, use the code in this example: link My question is regarding the RETURNURL parameter. Should I report a URL to my site? And then? What should be the URL of the conf...
asked by 20.12.2016 / 12:49
0
answers

Error receiving PayPal variable

Well, I'm trying to get my php to receive a notification once the payment is made, however I have a problem. In my paypal notification link I have the following: link {address_country} In the paypal api documentation, I see that "{add...
asked by 07.07.2016 / 01:24
0
answers

How to use a dynamic URL to receive PayPal notifications?

So I know that you can set a notification URL through the client area, and I also know that you need to enable the notification feature. However, I need to set the notification URL when I generate the request, how can I do that? I turned o...
asked by 25.02.2016 / 09:01
1
answer

Doubt about fund transfer in the Market Payment or Paypal

I need a way to send money to bank accounts through API. I do not know if it is possible by the paid market or paypal. To explain it better. I have a business where some professionals perform services for others on my platform and they earn a...
asked by 20.04.2018 / 14:03
2
answers

System with friendly URL get return in query string

I have a problem with the PayPal return url, my system has the concept of friendly URL for example: http://outros.local/vendas/carrinhos/finalizada But with PayPal's return the URL is getting like this: http://outros.local/vendas/carrinho...
asked by 24.08.2016 / 01:17