Questions tagged as 'paypal'

1
answer

Got Http response code 400. Problem with Amount. Error using PAYPAL API

is the first time I try to make a page implementing paypal and it is giving me problems, I use Laravel too. This is the function that gives me the error private $_api_context; public function __construct() { // setup PayPa...
asked by 24.08.2016 / 11:22
0
answers

BAD REQUEST PAYPAL and NODEJS

Good morning I have a bad request error in the PayPal SDK this is the json of the payment; var create_payment_json = { intent: "sale", payer: { payment_method: "paypal" }, redirect_urls: { return_url: "http://lo...
asked by 23.11.2018 / 18:14
0
answers

Open the site to the public for free in PHP?

I work on a streaming video platform with the CMS called VideoFlix, I'm new to PHP and I hope to have your support to open the site to the general public. The system works very similar to Netflix, you register, you pay through Paypal and you...
asked by 19.11.2018 / 02:22
0
answers

PAYPAL ERROR NODEJS "AUTHENTICATION_FAILURE"

I am developing a web-soscket with node.js to be able to make payments on paypal. The client is an app developed in react-native. Everything perfect until the time to make the payment, in the server everything is executed correctly and throws me...
asked by 31.10.2018 / 18:32
1
answer

PAYPAL ERROR 400 NODEJS

I followed the Paypal documentation on how to make an order, this is the object: var payReq= JSON.stringify({ "0intent": "sale", "payer": { "payment_method": "paypal" }, "redirect_urls": {...
asked by 30.10.2018 / 00:04
1
answer

Read variable num_cars_item in the PayPal sandbox

Someone who has tried PayPal's sandbox, I need to know how to test the shipment of multiple cart products to variable num_cars_items , and receive them in the same variable. Since when I simulate it in the sandbox by putting several items...
asked by 22.09.2018 / 06:18
0
answers

Error 400 creating Paypal Billing Plan:

I am creating a paypal payment system with Laravel 5.4. Direct payments work perfectly, but when creating a "BillingPlan" to make recurring payments I get this answer Got Http response code 400 when accessing link My code: $plan = new...
asked by 25.07.2018 / 22:22
0
answers

PayPal IPN does not store in MySql

I'm having problems with the IPN of PayPal , it's my first time integrating this gateway and the data that comes in the documentation was a bit scrambled. create 3 files to process the payment, paquetes ipn and s...
asked by 11.07.2018 / 07:20
0
answers

check paypal payment and insert into database

I am making a signature portal where users can buy the designs 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 ma...
asked by 20.03.2018 / 20:20
1
answer

Activate Live Api Paypal mode

I am enabling the payment option on my website through the PayPal App, I have done the tests with the sandbox mode and everything works correctly; The problem is that I want to test it in live mode so that it is ready for production and I can no...
asked by 04.04.2018 / 07:01