PayPal buttons and ApplePay not working together
I have the following issue with Paypal and ApplePay. I need to add possibility to pay with credit card and PayPal and Apple Pay on my website.I'm using paypal.Buttons(buttonsConfig).render('myDivId')...
View ArticleTwo PayPal Buttons On One Page in React
I am trying to render two PayPal no-code buttons on my webpage (e.g. Services Page) They both take different amounts, $ 49 and $ 1000.Because its implementation in React is a little bit different from...
View ArticleHow can I design payment system? [closed]
I don't know what kind of program I should use.I hope to design payment system exchanging money to meal ticket.Then how can I make system?money product Alike consumer -> web(client) <-...
View ArticleWooCommerce PayPal Payments: Change Payment Method link href has suddenly...
For our Wordpress Storefront WooCommerce Webshop.WooCommerce v7.9.0WooCommerce Paypal Payments v2.6.1when i use the express btn (mini cart) and proceed with my creds on the paypal modal, i get directed...
View ArticleHow to handle PayPal subscription cancellation with remaining time left using...
I am building a subscription-based web application using Node.js and the PayPal API. When a user cancels their subscription, I want to handle the scenario where they still have time left on their...
View ArticleHow to assign individual 'Paypal Add to Cart' to individual html check boxes
I have a check box setup that changes an image dependant on which checkbox you click (displays a different colour).I would like to assign a separate 'PayPal Add to Cart' to each checkbox, so the viewer...
View ArticleIs there a way to change the default country of the PayPal credit card form?
I'm integrating PayPal into my website, using these settings. paypal.Buttons({ locale: "en_GB", style: { color: 'blue', shape: 'pill', label: 'pay', height: 40 },If you use PayPal all is well and 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 Checkout JS SDK - dynamically setting an amount
I'm using following js code to show paypal button on a page.I add two radio button to select amount of payment, but I can't set it.I save amount in variable named importoSelezionato.But if I replace 50...
View Articlehow to capture payments using paypal and reactjs [closed]
I am using the following code https://www.npmjs.com/package/@paypal/react-paypal-js to capture payments using paypal and reactjs however I don't see any where to specify an amount that I want to...
View ArticlePayPal Donate button in React: Donate SDK or Checkout SDK integration?
The official NPM package @paypal/react-paypal-js: https://www.npmjs.com/package/@paypal/react-paypal-js only supports buttons that require client_id, I have not been able to find anything that...
View Article500 Internal Server Error just on Google Chrome when logging into PayPal
Whenever I try to visit log in to PayPal on Google Chrome (my current version is 35.0.1916.114 which is the most up to date at the time of writing this), I get a 500 Internal Server Error. Here's the...
View ArticlePayPal REST API Create Invoice with Template
Has anybody ever successfully created a PayPal invoice with a specific chosen template?I can't seem to get it to work.Have tried specifying the template_id in the call, and have also tried setting the...
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 Smart/Hosted Button: callback on Approve/Capture
I am switching out a script block which used to use the subscription feature of PayPal. The code was basically this:<script...
View ArticlePayPay payment option is not visible in express checkout in react native expo...
I have developed a shopping website with PayPal payment integration, payment method is fully functional, But when I try to open the same through a react native expo app (via WebView) only the PayPal...
View ArticlePayPal Checkout UNPROCESSABLE_ENTITY: COMPLIANCE_VIOLATION
I'm trying to integrate PayPal checkout in my angular website. the integration seems to be fine but I always have an error when creating an order. Below you will find all the code I...
View ArticleRetrieve details by transaction_id after submission gravity froms
I'm using Gravity Forms for payment section on my website. Once I fill all the data and submit the form, It passing the values to Paypal. After payments completed, It redirects to my website again....
View ArticlePaypal sandbox window closed on subscribe button click with...
Here is the code to create subscription and user consent from paypal sandbox.paypal.Buttons({ style: { shape: 'rect', color: 'white', layout: 'horizontal', label: 'subscribe', tagline: false, },...
View ArticleHow does PayPal disable your browser's toolbar access when you ue the new...
When you click on the PayPal Button in v2 of the API, the browser's toolbar etc is also greyed out and not accessible. It is re-enabled when the PayPal process finishes. The actions are the same as if...
View Article