PayPal Partner Referrals API V2, action_url validity period
I am integrating with the PayPal Referral API, the onboard seller before payment option. Sure, here is your revised text:In my situation, a user will receive the partner link in an email or from the...
View ArticlePayPal REST API /v2/scim/Users Endpoint Hangs Indefinitely
As the title states, the /v2/scim/Users endpoint hangs indefinitely when I try to make a request to it, so far both in Node JS code and from Postman. As far as I can tell, I'm implementing my HTTP...
View ArticlePayPal REST API credentials of another business or party
So I have a platform where my customers who are e-commerce companies can log in and connect to their PayPal account. Once they have connected and authorised I can pull their payout data and...
View ArticleCustom data from paypal JS button into webhook
The JavaScript PayPal button, http://paypal.github.io/JavaScriptButtons/ allows custom data to be sent in the data-custom field.When using IPN, these data are clearly visible and usable. However, I...
View ArticlePaypal checkout doesn't send PAYMENT.SALE.COMPLETED on purchase to my webhook
I'm trying to create a webhook to listen for paypal checkout purchases.When user purchases some item paypal is supposed to send data to my server (all I need is an email)I had created a nodejs webhook...
View ArticleWhat causes pending transactions? [closed]
I have a live app integrated with PayPal api. One of my customers made a transaction with a merchant on my platform, but the status of the payment capture is PENDING with the status_details reason...
View ArticlePayPal /v2/checkout/orders patch custom_id (update order)
When updating a PayPal order using the REST API, we typically do it as below according to the documentation at https://developer.paypal.com/docs/api/orders/v2/#orders_patchcurl -v -X PATCH...
View Articleomnipay paypal express not returning address
I am using the omnipay setup here: https://github.com/adrianmacneil/omnipay to process a paypal express checkout.The process works fine in that the user is redirected to paypal -> they login and...
View ArticlePayPal checkout integration with IIS WebForms application
I have a WebForms application running on IIS at port 80.I have a PayPal button on the Checkout.aspx page. This button uses javascript to call the CreateOrder function in the same machine server-side...
View ArticlePayPal Checkout JS SDK onError not triggering when cards not processed
I am trying to redirect customers to an error page for my website if their card cannot be processed. It not working and all I can get is the standard PayPal alert that says "Things don't appear to be...
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 ArticleWhich PayPal product should I use for a Shopify-like ecommerce platform?
I run a Shopify-like SaaS, and I need to be able to collect payments from my customers' customers on behalf of my customers.It needs to support both one-time payments as well as subscriptions (+...
View ArticleThe payment is cancelled because of compliance violation [duplicate]
I faced a problem (error) when I create payment endpoint the error is:"{"detail":"400: {'name': 'COMPLIANCE_VIOLATION', 'message': 'Transaction is declined due to compliance violation.',...
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 implimented a PayPal to PayPal transactions successfully and now i'm working on to make a...
View ArticleIssue with Apple Pay Domain Registration - HTTP 500 Internal Server Error
I am encountering an issue while trying to register a domain for Apple Pay integration using PayPal's API, following...
View ArticleBest way to integrate PayPal SDK into Next.js App Router without exposing...
Ok. So. I'm building a simple e-commerce site using Next.js (version 13.4) and React; I am using the app router and server actions.I've successfully integrated the PayPal SDK for payments. Right now,...
View ArticleBraintree with Paypal not working with Multi Website and Multi Currency setup...
I am experiencing an issue with PayPal used with Braintree Sandbox. I have multi website setup. US and UK website. UK website is working fine and accepting the payment in GBP using PayPal.I am using...
View ArticleHow to implement PayPal in Symfony 1.4 & Docrtrine
I want to use PayPal, Express Checkout, in a Symfony/Doctrine 1.4.8 the current plugins all seem to be in Beta and also somewhat over the top in the way they are implemented. I can follow the logic of...
View ArticleWhy does a button click in Paypal UI crash my iOS app?
Problem summary: After a successful verification of the Paypal credentials, the Paypal UI returns to a screen with a spinning button. When this button is pressed, the calling app crashes. (The details...
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 Article