Paypal button not displaying in mern ecommerce app [closed]
Hello have an issue with displaying this:<PayPalButtons createOrder{createOrder} onApprove={onApprove} onError={onError}></PayPalButtons>The button is not redendering on the browser. Please...
View ArticleThings don’t appear to be working at the moment. in Paypal [closed]
if (typeof paypal !== 'undefined') { paypal.Buttons({ style: { shape: 'rect', color: 'gold', layout: 'vertical', label: 'subscribe' }, createSubscription: function(data, actions) { return...
View ArticlePaypal credit Card Payment without login in to account is not working [closed]
I have a registration site where users can make Payments with PayPal.Currently, only users with PayPal accounts can make Payments.Now I'm implementing pay with credit or debit card in PayPal without...
View ArticlePayPal REST API - Sandbox returning 401 for API requests but successful...
I am using the PayPal REST API in Java to make a request to the testing (sandbox) servers for an access token, which succeeds, and then sending that access token back to the same sandbox servers for a...
View ArticleHow can I integrate paypal in stripe with subscriptions
I want to enable paypal payment method in stripe , stripe gives me an option to add paypal in custom payment methods but not in payment methods it's in custom payment methods alright so I manage stripe...
View ArticleHow to fix Content Security Policy error from within iframe
I have an ASP.NET view with an iframe to the PayPal BrainTree sandbox. The BrainTree checkout loads fine but throws this error into the console:Refused to load the script...
View ArticlePlaywright test failing in headless mode due to Paypal button
I have a Playwright test that confirms an e-commerce site's checkout process works, which terminates in clicking a Paypal button, logging into Paypal, and clicking submit payment.In headed mode, it can...
View ArticlePaypal recurring payment 2025
I have a custom formi want to process this form to collect credit and debit card and charge customer and want to set immediately recurring payment and webhooks properly.is there any way to do it...
View ArticleUnable to Process INR Payments in PayPal Sandbox Mode - Currency Not Supported
I am currently working on integrating PayPal Sandbox mode into my application for processing payments in Indian Rupees (INR). However, I am encountering an issue where the currency is not supported,...
View ArticlePaypal landing page "BILLING" is not working
"BILLING" Option is not working with paypal orders checkout API for landing_page paramter.I'm trying to use the paypal ordering APIs to create a payment flow where I send the product details and I want...
View ArticlePayPal JavaScript SDK: Unable to Display "PP" Logo on Checkout Button
I'm integrating the PayPal JavaScript SDK into my React + TypeScript application using the @paypal/react-paypal-js package. My goal is to display the PayPal button with the "PP" logo, as shown in...
View ArticleHow to set up Paypal on WooCommerce?
I've already tried hard to set up Paypal on WooCommerce without success.I wonder what is the actual steps used to set up PayPal on WooCommerce?My problems are:I tested it with my sandbox but, after...
View ArticlePayPal payment not reflecting in Business Central
I am using paypal sandbox accounts and IPN is sending successfully but payment is nowhere to be found in business central.Paypal Payments Standard extension is installed and enabled in Business...
View ArticlePayPal: sudden "Payee(s) passed in transaction does not match expected...
We have a PayPal integration for a multi-merchant e-commerce site which has worked fine for the past two years. We've been having our members configure integration just by giving us the email address...
View ArticleIs there a way to disable paypal Pay Later options on checkout using REST API?
I'm using the paypal REST API using PHP as backend. And the challenge I have is the pay in 4 and pay monthly options while I want instant full payment for less than 100$.Is there a way to disable it...
View ArticleHTML/CSS PayPal Button
I've searched quite a bit, but all results reference using a custom image. I'm working with fluid layouts/retina displays and I'd like the button to be purely HTML/CSS.Does anyone know a...
View ArticlePayPal REST API cancel URL called after payment executed
I have a strange problem, I'm trying to figure out.I'm using PHP and REST API.This is the scenario:Users press the checkout buttonPayment is approvedPayment is executedUser is redirected to the...
View ArticleChange the paypal item name in the PayPal Express Checkout plugin
I have a WordPress site using the PayPal Checkout plugin for woocommerce.https://wordpress.org/plugins/woocommerce-gateway-paypal-express-checkout/I need to change the PayPal item name and I'm using...
View Articlepaypal subscription with immediate first payment
I'm trying to set up recurring payment with immediate first payment. For example you buy some monthly subscription on my website for $10. I take first $10 immediately and then I continue charge $10...
View ArticleError when using order_update_callback_config for shipping callback
Trying to implement paypal checkout using REST API. Currently have a working CAPTURE intent call. I am trying to follow the example provided by PayPal...
View Article