paypal-sandbox

How to enable Mobile PayPal Payments Standard on sandbox?

别说谁变了你拦得住时间么 提交于 2019-12-13 05:52:31
问题 I am using PayPal Standard in sandbox environment for subscriptions. But, when I try to go through the payment screens after clicking on Subscribe button, I find that the PayPal pages are not optimized for mobile screens. So, I decided to enable Mobile PayPal Payments Standard , but cannot find a way to do so in sandbox environment. Question : How to enable Mobile PayPal Payments Standard in sandbox environment? I logged into Paypal with the seller account and tried to find some option under

Paypal IPN is not working in paypal account but its working correctly in sandbox

痞子三分冷 提交于 2019-12-13 05:19:35
问题 Paypal IPN is not working in paypal account but its working correctly in sandbox. Please help us to solve the issue.How can we test these kind of situations if it occurs Thanks 回答1: Do notify_url setting in bussiness a/c of paypal In addition to email notification, PayPal can send you the transaction data (also called Instant Payment Notification) to a specific url. With Instant Payment Notification, PayPal sends payment notification messages with encrypted code to the specified URL for each

Paypal api - need a payments pro account?

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-13 05:09:02
问题 Is is possible to send payment via the api without signing up for the Payments Pro account? The £20 per month charge seems a bit expensive just to send a payment when stripe do it without a monthly charge. What are the options when sending cash to a paypal account via a form on my website? I am tied to Paypal as it is the preference of the client. There are only going to be a few payments per month, for not a lot of cash but it needs to be seamless. 回答1: The only API that requires Payments

Paypal Sandbox: Using cc number for multiple email addresses

好久不见. 提交于 2019-12-13 05:02:24
问题 I want to use selenium for my smoke test. When I test it manually from my desktop, it works just fine. But it always failed in the automated test with the error of: unabel to use cc because it's already registered with other email address or something like that. How to get away from this inconsistent behaviour? 回答1: Yes, Paypal already lifted the requirement of logging in into developer site in order to use sandbox site (https://stackoverflow.com/a/15508134/420203). However it will always

Paypal “SetExpressCheckout” API method has stopped working with sandbox seller account

↘锁芯ラ 提交于 2019-12-13 04:38:11
问题 My application uses the SetExpressCheckout paypal classic API method. It is working fine when I use real accounts in a live environment. It used to work fine using test accounts, but some weeks ago it has stopped working right. At some point, my application calls the "SetExpressCheckout" API method using curl in PHP. When I use the test seller account that I've always used for my tests, I always get the following error: SetExpressCheckout API call failed. Detailed Error Message: Security

paypal Express checkout using credit card [closed]

你离开我真会死。 提交于 2019-12-13 04:37:53
问题 Closed . This question needs to be more focused. It is not currently accepting answers. Want to improve this question? Update the question so it focuses on one problem only by editing this post. Closed 5 years ago . I'm new to paypal. Kindly guide to me. Its possible to pay with credit card using paypal express checkout(popup)? 回答1: Yes, users will have the option to sign in or pay with a credit card. You'll need to make sure the option "PayPal Account Optional" is enabled in your PayPal

Invalid parameter : currency in PayPal MPL SDK for iOS

随声附和 提交于 2019-12-13 04:32:34
问题 I am using PayPal MPL SDK for iOS app. I am initiating the transaction for China using CNY currency. When I clcik on Pay with PayPal button , I am getting below error Invalid parameter : currency So I tried with RMB currency , still I got the same error. Can anybody tell me whats wrong in the currency for China ? Thanks. 回答1: RMB is not a valid currency value for use in the Mobile Payment Library. The Mobile Payment Library Guide for iOS has a list of currencies that are supported: https:/

Paypal IPN sends back VERIFIED but with numbers before and after

两盒软妹~` 提交于 2019-12-13 04:30:39
问题 Paypal documentation says: PayPal sends a single word back, which is either VERIFIED if the message originated with PayPal or INVALID if there is any discrepancy with what was originally sent However, I get the following IPN notification from Paypal (NOTE:I'm using Sandbox for testing): HTTP/1.1 200 OK .... [removed headers for brevity] Content-Type: text/html; charset=UTF-8 8 VERIFIED 0 What are the numbers 8 and 0 before and after VERIFIED? My guess 8 is length of the VERIFIED word but that

I can't configure Paypal to use in ASP.NET MVC application

℡╲_俬逩灬. 提交于 2019-12-13 00:48:59
问题 I want to integrate PayPal to my application. I have read a lot of articles, including official documentation. I.e. http://www.codeproject.com/Articles/870870/Using-Paypal-Rest-API-with-ASP-NET-MVC https://github.com/paypal/PayPal-NET-SDK and do step by step. No result :( First at all, I installed package PayPal from Nuget: Install-Package Paypal Secondly, I went to my paypal account and created test application: My web.config: when I call var config = ConfigManager.Instance.GetProperties();

Where to find Billing agreement ID then use it in checkout

谁说我不能喝 提交于 2019-12-13 00:22:44
问题 Hello everyone I am confused as to where to find the Billing agreement ID (BAID) after the user approves the billing plan. USING REST-API so far paypal returns this after I execute the agreement. Agreement {#346 ▼ -_propMap: array:9 [▼ "id" => "I-N61SE6562BGN" "state" => "Active" "description" => "This is a subscription fee for using Talent Scout. It will be use to maintain the site and make users secure." "payer" => Payer {#349 ▶} "plan" => Plan {#350 ▶} "links" => array:5 [▶] "start_date" =