unable to generate Paypal Referal Link
I am working on paypal onboarding seller to my platform.I am following this paypal referralbut i got this error{"msg": "{"name":"NOT_AUTHORIZED","debug_id":"f88411690d4c9","message":"Authorization...
View ArticleEnable BLIK and Przelewy24 in PayPal '@paypal/react-paypal-js'
I set up PayPal for Poland in the react app while testing on a sandbox account. All the buttons I needed were displayed and worked perfectly, but as soon as I switched to a production account in...
View Articlecontactless payment (EMV transactions) [duplicate]
I have a question regarding the contactless payments system. I want to develop a payment poss device using the CLRC663 chip and stm32 MCU. As I know I need some payment gateway (like Paypal, Stripe, or...
View ArticleWe’re sorry. This seller doesn’t accept payments in your currency
I am trying to integrate paypal, but stuck with this error.We’re sorry. This seller doesn’t accept payments in your currency. Please return to the seller and choose another way to pay.The currency I am...
View Articlecan we create paypal payout using MerchantIdbyPaypal
I am working on seller onboarding through partner referral. I got paypal merchant Id in return url can i directly create payout using this id. if not then what step do i need to take to get the email...
View Articlecalling createOrder() in the paypal js sdk without passing it a URL?
I want to add a button to my website wherein a logged in member can pay their annual dues of $24.00. To that end I was looking at https://developer.paypal.com/demo/checkout/ but the whole createOrder()...
View ArticlePaypal payment and automatic digital media download
I am creating a website, where I will sell computer and calculator programs. When the "buy" button is pressed. I would like the user to be directed to Paypal (whether they stay on the website or not)....
View ArticleStripe Elements paymentIntents not showing PayPal as available payment method
We are building a custom platform and use Stripe destination charges to fulfill all payments. This works great, except for PayPal which will not show as available option.We create a payment intent in...
View ArticlePayPal SDK Next.js cant change to EUR, but working fine in USD
Why isn't it working whenever I change from USD to EUR ?I changed both:script.src = `https://www.paypal.com/sdk/js?client-id=${clientId}¤cy=EUR`;andcurrency_code: 'USD',I get this errorError:...
View ArticleThe 'Pods-PromoSuite' target has frameworks with conflicting names:...
Ios SwiftWhile integrating the Braintree SDK into our project, we encountered the following error:" The 'Pods-PromoSuite' target has frameworks with conflicting names: ppriskmagnes.xcframework".Our...
View ArticleApproved Orders Not Showing Up in PayPal Transaction History
I am using the PayPal API to process payments on my website (it is hosted locally for now).I create the order with CAPTURE as the intent and once the payment is successfully submitted I get back an...
View ArticleHow to create subscriptions with PayPal Advanced Checkout?
We currently use the SetExpressCheckout NVP endpoint to handle checkout flows for both one-time payments and to set up payment subscriptions.As the NVP/SOAP APIs are legacy integration methods, we are...
View ArticleDjango-paypal form is not showing "pay with credit or debit card" option
I am using django-paypal package to integrate PayPal to my django site. All works fine but there is a problem. The PayPalPaymentsForm is not showing "pay with credit or debit card" option. User can pay...
View Articlewhat is a returnURL after successful payPal transaction while using...
I am working on paypal transaction in my flutter app by using flutter_paypal package. The thing which I dont understand is how to return back the user to app after successful transaction. The paypal...
View ArticleOmnipay Integration Error for Paypal in a Laravel application
I'm integrating Paypal with my system, but I'm getting this error:[2024-12-05 14:45:32] local.INFO: PayPal response: {"name":"AUTHENTICATION_FAILURE","message":"Authentication failed due to invalid...
View ArticlePaypal: Pending payments with Express Checkout
I have implemented Paypal Express Checkout on my website. So far everything seems to work in my sandbox, except that the payments are not processed. Every payment is "pending".The only reason I get is...
View ArticleIs this the correct flow for PayPal Payments?
My eCommerce platform charges the customer when the item ships, not when it is ordered. Would this be the correct flow to do this? Note that customer's can pay using CardFields or PaypalButtons.First I...
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 ArticleHow to get transaction details in notify_url page in paypal
In paypal notify_url page I am not getting any values when I use cmd value as _cart.How can I get the transaction details in notify_url page<form...
View ArticlePaypal subscription lifecycle (V1)
I'm setting recurrent payments using Paypal Rest API V1. I'm doing all integration on a rest API, I'm not using any SDK on frontend. This is how my app is working:1 - An unlogged and unregistered user...
View Article