PayPal API - Sending partner-referrals keeps coming back as Unauthorised
I Have this in my payload: {"tracking_id": "868gkjhkhjlklj","operations": [{"operation": "API_INTEGRATION","api_integration_preference": {"rest_api_integration": {"integration_method":...
View ArticlePayPal API - How to track back the user when the user goes through the...
I have managed to get the access token, and use that access token to create a "partner-referrals". Then managed to get the "action_url" and add this "action_url" to the button as shown below. The...
View ArticlePayPal GIROPAY is automatically cancelling the orders
In Germany there is a payment method called giropay.Unfortunately, when I integrate them one-to-one according to the PayPal documentation, an error occurs.The giroypay button is rendered normally....
View ArticleWordpress Paypal Error "Authentication with PayPal failed: Could not create...
I'm using woocoomerce plugin "WooCommerce PayPal Payments" when I try to use my live credentials as well as sandbox credentials I always get the error Authentication with PayPal failed: Could not...
View ArticleHow to get the merchant-id or how do i get the id that connects my user to...
At the moment, I'm going through the onboarding process. Call this API call, where I can get the action URL, so that the onboarding starts. So I request this API...
View ArticleAsp.net MVC Getting Paypal Access Token in Live Mode
I used the following code to get a Paypal token in Sandbox mode, it works fine. However, switching the Live produces not code.private string GetPaypalAccessToken(){string accessToken = "";string url =...
View ArticleHow to show a "Continue" button instead of "Pay" in payment sheet (German...
We are integrating Google Pay via Paypal Checkout. We want the following flow:Payment Request Dialog -> user authorizes payment amount -> show order review page -> user places order ->...
View ArticlePaypal Via Rest API(Continue to Review) Infinite loop
I am using Paypal Rest API in website.The challenge is I am being stuck at "Continue to Review Order" Button. When I am clicking it infinitely directing to same URLFind the code below:$postFields =...
View ArticleIs there a method for automatic payments for PayPal as a sole proprietorship...
I've recently started developing an app that has features that can reward users through the app using PayPal. I would like to make these automatic.I looked at the Payouts api for PayPal and got it...
View ArticlePayPal v2 API Patching failed because of JSON pointer error
I am creating a customer PayPal Class. The current flow is the user orders, clicks paypal, and approves the price. Once approved, we collect the delivery address from PayPal, and get a shipping price....
View ArticlePayPal checkout buttons JS to PHP [closed]
So I am trying to create a ecommerce website with paypal api. I am new to paypal php sdk and I wanted to know how to secure the transaction and avoid that the user changes the amount paid.I saw this...
View Articlepaypal Transaction Search API payment status stuck on Success
i currently use the Transaction Search API from Paypal to get a list of transactions, however i have issues getting updated transaction_status, for example: client pays transaction_status = S explained...
View ArticleSubmit button always says "Continue" instead of "Pay" when using Google Pay...
We are integrating Google Pay via Paypal Checkout. We want the following flow:Payment Request Dialog -> user authorizes payment amount -> show order review page -> user places order ->...
View ArticleHow to handle PAYMENT.CAPURE.DECLINED Event
after the capture interface is called by the server, the server's webhook interface receives PAYMENT.CAPURE.DECLINED event What should the server do next after the ? Can I directly set my order as...
View ArticleI want to change the PayPal payment "Continue to Review" button to "Pay Now."...
I am using the paypal-rest-sdk package in Node.js. I want to change the payment button name, but I haven't found any solution. If there is any solution, please let me know.Thank in advance.import...
View ArticleIn magento how to add paypal pay button in every product page
I set the following option to true in the admin portal:Store -> Configuration -> Sales -> Payment Methods -> PayPal -> Display on Product Details PageAfter this, the pay button did not...
View ArticleLaravel Socialite PayPal callback - Header may not contain more than a single...
I'm using Laravel Socialite to get account details from PayPal. I have the user successfully being directed to PayPal with OAuth, but when the callback from PayPal back to my site happens, I get the...
View ArticlePayPal in MVC Sending Order Request In Live Mode
I was struggling to get an access token when I switched from sandbox to live but found the answer on How to get access token from PayPal in MVC. My issue now is with the next step, getting the order...
View ArticlePayPal Payouts Integration with Firebase Functions in iOS App
I'm working on an iOS app that requires paying out winnings to players using PayPal. I'm integrating PayPal payouts through Firebase Cloud Functions, but I keep encountering errors.Here's the client...
View ArticleHow to avoid PayPal 'PAYEE_ACCOUNT_INVALID' error?
I'm trying to make an application to buy games online. And I'm currently working on the payment page. I've implemented a PayPal to PayPal transactions successfully and now I'm working on to make a...
View Article