"zoid destroyed all error" from paypal integration with ruby on rails
I'm getting an error that says zoid destroyed all when the paypal buttons try to load on my ruby-on-rails project. When I initially load the project directly to the payment page the buttons work but...
View ArticleUnable to capture a payment in PayPal v2 REST API
I am implementing @paypal/react-paypal-jsI am able to create an order hitting my backend server from createOrder callback in the PayPalButtons component to /api/order where I make the request on the...
View ArticleWooCommerce Payment Gateway not showing on checkout page
I have enabled the PayPal standard gateway. This is currently the showing payment method on the checkout page. I have installed an SSL and have an HTTPS:// how ever when i try to enable the PayPal Pro...
View Articlepaypal Payments Pro Hosted Solution Integration repeat payment
I am using paypal express checkout where i can create take payment for an order with multiple recurring payment profiles in it. e.g. initial payment £5, item A £3 every month, item B £5 every year.I am...
View ArticleAndroid and Paypal API integration
I'm trying to integrate the Paypal API to make my app donation based. I have two questions: I can see the button, I click it but it doesn't do anything! (the activity for checkoutIntent doesn't...
View ArticleWhy would you use a string in JSON to represent a decimal number
Some APIs, like the paypal API use a string type in JSON to represent a decimal number. So "7.47" instead of 7.47. Why/when would this be a good idea over using the json number value type? AFAIK the...
View ArticleSymfony 5.4 HttpClient setting curl options for PayPal Checkout integration
I am implementing PayPal Checkout (https://developer.paypal.com/docs/checkout/standard/integrate/) in a Symfony 5.4 project.I am kind of stuck retrieving an access token by sending clientId and...
View ArticleHow to disable a payment with react-paypal-js
I switched from react-paypal-button-v2 to react-paypal-js.Before i could disable payments inside my options with disableFunding: 'card'but it no longer working with react-paypal-jsSo I'm kinda confused...
View ArticleWhich international online payment method is allowed in Iran [closed]
I want to create an online e-commerce web application and want to integrate a gateway but stripe and paypal is not allowed in Iran which international online payment gateway should I use.StripPaypalI...
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 to execute a payment with paypal/checkout-php-sdk?
I'm working with paypal/checkout-php-sdk, but am at a loss for what to do after creating an order.I can create an order successfully:/** * @Route("/create-order", name="create_order") */public function...
View ArticlePayPal JavaScript SDK TypeError: Cannot assign to read only property 'name'...
I'm trying to use the PayPal JavaScript SDK in my Angular project.Below the complete code.First of all I have added this line of code in the index.html file:<script...
View ArticlePaypal Disputes API returns INVALID_EVIDENCE_FILE when posting file
I'm trying to submit a PDF file as dispute evidence in the Paypal sandbox using the /v1/customer/disputes/" + dispute.ID +"/provide-evidence end point. Whatever I try, the error message from Paypal...
View ArticleHow can I use Paypal Smart buttons to check out using paypal merchant id...
I'm working with the PayPal Partner Referral API to onboard merchants for different products. However, I’m encountering an error when trying to request multiple products together in a single<script...
View ArticlePayPal Node SDKs: difference between paypal-rest-sdk and...
I have this question regarding 2 npm PayPal packages, what is the difference betweenpaypal-rest-sdk and @paypal/checkout-server-sdk ? And can you implement webhooks using @paypal/checkout-server-sdk or...
View ArticlePaypal Braintree Drop-in Disappear due to Validation Error
I'm implementing Paypal vault using Braintree following the documentation.The smart button is loaded, but whenever I'm clicking on the button the drop-in appears and disappears after a few seconds,...
View ArticlePaypal OAuth login returns (invalid client_ID or redirect_uri)
I am trying to implement Paypal Oauth login in my website and keep on getting this error:We're sorry about that Looks like this action is not supported. Please return and report this error so that we...
View ArticleFlutter Web PayPal JS SDK Scroll Issue
I am trying to implement PayPal JS SDK into my flutter web app, I managed to include it as a widget, however scrolling is not working properly.While Hovering over the PayPal entry form, I am not able...
View ArticleHow to determine Paypal signature credential in new Paypal API
According to Paypal Developer Documentation.For example, an Express Checkout call requires the following input fields:USER - The API User name credential.PWD - The API Password credential.SIGNATURE -...
View ArticleGet PayPal access token using OAuth
I'm going integrate PayPal OAuth and get customer's access token.This is my html code.<a id="setupPaypal" class="btn btn-primary"...
View Article