Quantcast
Channel: Active questions tagged paypal - Stack Overflow
Browsing latest articles
Browse All 512 View Live

Image may be NSFW.
Clik here to view.

Creating new PayPal billing agreement payments fail after redirection to PayPal

Error: "Things don't appear to be working at the moment" on PayPalWorkflow:Billing Agreement is created on first step with NVP/SOAP Endpoint:https://api-3t.paypal.com/nvp [2]Response looks like below....

View Article


PayPal Webhooks Not Received on Production Server (but working via ngrok and...

I’m working on a PayPal integration in a Next.js (App Router) project running on a Hetzner Ubuntu server. It’s reverse proxied through NGINX and optionally uses Cloudflare (currently paused for...

View Article


Change 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 Article

paypal 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 Article

Error 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


How to submit paypal chained payments?

I am just trying to create the chained payment with this here using sandbox business account:$api = "https://svcs.sandbox.paypal.com/AdaptivePayments/Pay";$input = array("actionType" =>...

View Article

how to apply paypal discount on cart total?

Array( [return] => http://www.example.com/ [cancel] => http://www.example.com/ [currency] => EUR [total] => 38.8 [shipping] => 6 [tax] => 2.85 [itemTotal] => 29.95 [items] =>...

View Article

How to get transaction information from PayPal donation?

I have a Donate button which was created using Paypal website, but what do I have to do if I want to save some information like if the transaction status, the value of the donation, etc..?

View Article


PayPal Advanced Checkout Web Automation Fails Sometimes in Selenium Java

I am automating the checkout process on a NopCommerce site using PayPal Advanced as the payment method. Most of the time, the automation works, but sometimes it fails to complete the payment.When the...

View Article


How to customize the Express Check Out Screen using NVP/SOAP?

Is it possible to customize the Express Checkout screen when calling it with API, e.g, SetExpressCheckout, GetExpressCheckoutDetails, DoExpressCheckoutPayment?Ideally, I would like to:Add my...

View Article

PayPal accepts payment even with incorrect CVV using Flutter WebView (V2...

I'm using PayPal's v2/checkout/orders API in my Flutter app (v3.27.1) through a WebView (webview_flutter). The user completes the card payment inside the WebView.Issue:Even with obviously invalid CVVs...

View Article

PayPal Web Payments Not redirect to return url in Android SDK

I am using paypal 'com.paypal.android:paypal-web-payments' in my React Native app. The communication between React native and Native Android uses the 'Native Modules' feature.Everything was working...

View Article

Does Apple & Google allow for Horoscope Service to be paid by Paypal rather...

I've got a Horoscope service to offer by using App from AppStore and PlayStore.You can ask the questions in the app and The Horoscope result will be delivered using photos.However, Apple cuts 30% if we...

View Article


PayPal webhook signature verification failing in Node.js with crypto — how to...

I’m implementing PayPal webhook signature verification in Node.js using the built-in crypto module and Express. My goal is to validate incoming webhook requests by verifying the signature with the...

View Article

How to get high-resolution PayPal branded buttons with Recurly integration?

We have Recurly integration in our application and are using Recurly’s PayPal integration to initiate the PayPal flow.At the same time, we want to display PayPal-branded buttons to keep our UI in sync...

View Article


Odoo 18 (js): How to extend the native payment_paypal module to activate the...

I am trying to figure out how to extend the js class of the native module payment_paypal, so that the PayLater option, that i have activated in PayPal get activated.In the native js code in...

View Article

Java PayPal SDK send money to business account

I want my customers to be able to purchase certain services in my Java application using PayPal.I used the SDK. After I enter my ClientID and SecretID, I get a approval link. If I open this, the...

View Article


How can I transform PayPal Classic Payment form into PayPal REST API PHP...

The following is the simplest PayPal interface form:<form action="https://www.paypal.com/cgi-bin/webscr" method="post" /> <input type="hidden" name="cmd" value="_xclick" /> <input...

View Article

Paypal auth not behaving correctly

How do I fix these issues with paypal auth urls?I was trying to run Paypal auth with my web app so I have a button that takes me to a url to sign into Paypal.I have three issues:Paypal isn't letting me...

View Article

PayPal Payouts API - TRANSACTION_REFUSED Error (UNPROCESSABLE_ENTITY) During...

I’m integrating PayPal Payouts into our application at Shipturtle, but I’m encountering a TRANSACTION_REFUSED error when trying to authorise an order. The error occurs when I make a POST request to the...

View Article

Does this registration process seem simple enough?

Building a website that has English & Japanese speaking users, with the Japanese users being actual paying customers (they're businesses looking to promote their presence). Their registration...

View Article


Paypal URL post issue

I am trying to use Paypal on my web-application,This the code of the Paypal form :<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post" target="_top"><input type="hidden"...

View Article


Setting a shipping address donation

Is it possible to set a shipping address if a paypal donation is used via API?The address needs to be given to PayPal, but I haven't found a solution yet.$param = '';$param .=...

View Article

Can't update database after PayPal transaction in CodeIgniter 4

I integrating PayPal in Codeigniter 4 but I can't get data after the transaction for an updated databaseWhat I want to do is to get a PayPal response from the IPN listener so that I can modify my...

View Article

How to track PayPal button pressed on site? [closed]

I have Ubuntu server with Apache, Mysql, php installed and wordpress site working on it.I add paypal button on site with copypasting that script, provided by paypal:<div...

View Article


Remove billing address fields in PayPal Checkout

I'm currently using this code to accept payments on my website using PayPal Express Checkout. I removed the shipping fields using the 'NO_SHIPPING' option. Since I'm selling digital goods, I would also...

View Article

Image may be NSFW.
Clik here to view.

PayPal Checkout: Cannot make USD payments within India [closed]

I have website with a PayPal merchant account in India.If a user from my website tries to make a 1 USD payment through their PayPal account, it shows the error message "We’re sorry. This seller doesn’t...

View Article

PayPal 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 Article

How to create Paypal Subscription using Payment Method Token for card

According to the Payment Method Token documentation, “The permanent token represents a payment method that’s saved to the vault. This token can be used repeatedly for checkout or recurring transactions...

View Article



How to remove "Paypal payments" tab from My Account in Woocommerce

The Woocommerce Paypal Payments plugin adds a "Paypal payments" tab on the Woocommerce My Account page. How do I remove this tab entirely?I have tried this snippet modified from one found here but was...

View Article
Browsing latest articles
Browse All 512 View Live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>