Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

How fix paypal error with response code 400

Hello,
Implementing paypal in my laravel 5.8 app
I got error :
Got Http response code 400 when accessing https://api.sandbox.paypal.com/v1/payments/payment/PAYID-NNNNNNNNNN/execute.
Code (markup):
My control :
    public function paypal_payment_execute()
    {
        // After Step 1
        $apiContext = new \PayPal\Rest\ApiContext(
            new \PayPal\Auth\OAuthTokenCredential(
                'NNNNN',     // ClientID
                'NNNNN'      // ClientSecret
            )...
PHP:
How fix paypal error with response code 400

from PayPal https://ift.tt/2XWX25m
via IFTTT

Post a Comment

0 Comments