srmklive/paypal AUTHORIZE Order with platform_fee in 2024
I need to setup paypal orders for a upcoming marketplace website (buyers, merchants and me the platform), but i fail to implement the platform_fee. Internet searches lead me to some paypal marketplace...
View ArticleHow to integrate paypal in react native
I am trying to integrate paypal in my react native app. I tried the REST API method as per the paypal docs directly in the app (RN frontend) and its working. Below is the codeButton componentlet...
View ArticleExpress Checkout (digital goods) fails with
I am attempting a SetExpressCheckout transaction in Live, but it always fails with "We are unable to complete your request at this time." In the sandbox it works perfectly every time, so I believe my...
View ArticleWhat's wrong with my Paypal IPN? It works on Sandbox but not live
so I've been trying to set up Paypal IPN, and been trying tonnes of different solutions to get my IPN to validate. For some reason, it works fine when I'm using Sanbox paypal, but as soon as I try to...
View ArticleHow to add a variable to the form so that it is then added to the database...
I would like to add a variable to paypal payment form. Then I would like it to be added to the database . The variable is called "membre_id" (user ID) and is found in the $_SESSION['membre_id'].Here's...
View ArticlePayPal API : How to integrate it in my App? IOS5
I have been checking around the PayPal API and got this, a webView displaying a quite nice interface to pay through PayPal, the thing is : I don´t know how to modify it in order to show several items...
View ArticlePeer to peer/adaptive payments with paypal [closed]
I'm trying to implement a PoC in iOS related with peer to peer payments.I'm in the initial stage of this project and my first idea was the adaptive payments by PayPal.This is the scenario:User A...
View ArticleTutorial for Payway to integrate in iPhone app?
I want to use PayWay e-com to do transaction from my app. Since I am new to this technology, I am not sure where to start and how to integrate it in my iPhone app which has PHP backend.Can anyone...
View ArticleMagento 2.4.6 Braintree Custom Discount not added in Total and customer...
I am working on custom discount for Magento using this blog https://meetanshi.com/blog/add-custom-discount-in-magento-2/, but it is not adding that custom discount while sending request to payment...
View ArticlePrevent vaulting of duplicate cards using PayPal SDK in PHP without access to...
I am using the PayPal SDK to process payments and vault credit card information after an order is created. The flow is as follows:An order is created.PayPal SDK captures the order with the entered card...
View ArticlePaypal SFTP/API
I'm working on a project where we need to transition from using PayPal's SFTP service to their API for retrieving dispute data. Previously, we received a transformed report from the SFTP server in CSV...
View ArticlePayPal dummy accounts
This is completely new territory for me. I'm in the process of getting up to speed with WordPress with the aim of using it as a resource to raise funds for charities. I've been looking at links such...
View ArticlePayPal JavaSDK: get what card/account was selected when created Payment...
Is there any way to get information about card/bank account was selected by user during approve of Payment Method Token creation via PayPal's REST API?I see that this information is displayed in...
View ArticleGet Transaction Data via PayPal REST API V2
I am implementing a PayPal Donate button into a project for a charity. That is working great, and I am grabbing the JS response object which includes the Transaction ID. I store that for future API...
View ArticlePayPal SDK is not supported in .net core 6
I am trying to integrate Paypal payment gateway in my project, But the SDK is available in nuget packages is not compatible with .Net 6. Its showing the error as below"Package 'PayPal 1.9.1' was...
View ArticlePayPal Payflow Pro: Stuck with Result Code 07 (Field Format Error)
enter image description hereI'm hoping someone here has experience with PayPal Payflow Pro because I’m really stuck with an issue. Every time I try to process a transaction, I get Result Code 07 (Field...
View ArticleHow to Retrieve PayPal Subscription Details Using Payer ID (User ID)?
I'm working on integrating PayPal subscriptions into my system, and I'm trying to figure out if it's possible to get all active subscription details for a user using the payer_id (also referred to as...
View ArticlePayPal won't automatically redirect to my site after payment complete
For some reason PayPal won't redirect to my site after a payment is confirmed.I have set auto return and set a valid url.I have set a hidden param of return to the same url.It just shows me a payment...
View ArticlePayPal Button Not Responding After Clicking "Pay" - React Integration
I’m integrating PayPal into my React app using the @paypal/react-paypal-js library, and I'm encountering an issue. When I click the "Pay" button after entering all payment details, nothing happens—the...
View ArticleHow to create a PayPal donation form or webpage (not a button)?
All I find seems to be how to make a button that opens a new browser window on PayPal’s website. How do I create a form for an embed or iframe to place into a webpage on my own website?
View Article