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 ArticlePayPal 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 ArticleDoes 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 ArticlePaypal 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 ArticleSetting 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 ArticleCan'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 ArticleHow 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 ArticleRemove 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 ArticlePayPal 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 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 ArticleHow 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 ArticleHow 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 ArticleG-Pay button not displayed - PayPal JS SDK
My Next.js(React.js+Node.js project)I want to connect PayPal, I do it according to their documentation using JS SDK (@paypal/react-paypal-js)const initialOptions = { clientId: PAYPAL_CLIENT_ID,...
View ArticlePayPal Checkout with GooglePay button in advanced integration - dynamic total...
I used this integration for placing GooglePay button in checkout: https://github.com/paypal-examples/googlepay/tree/main/advanced-integrationIt works well. I also change "totalPrice" variable in...
View Article