paypal-sandbox

Paypal JAVA SDK examples for recurring payments

时间秒杀一切 提交于 2019-12-08 12:01:29
问题 I have a requirement for recurring yearly payment for my services. and amount of recurring profile will be changed at any time, even before one day of next cycle. I could not find a proper way to implement a recurring profile in Paypal using Java SDK. Paypal document shows I need to create Plan and Agreement, Then buyer needs to approve this Agreement. and from the response I got token, which I use as I following below step: Create Plan, which returns me planId. Make plan Active by generated

PayPal Sandbox Internal Service Error

帅比萌擦擦* 提交于 2019-12-08 09:50:30
问题 I am trying to use the PayPal Sandbox for testing automated credit card processing, but running into an issue. Last week my tests were "successful" in the sense that when a validation error occurred the API would choke, but at least I knew something happened. After cleaning up my code that was being passed to the API, I no longer get validation errors, just internal service errors and this has been occurring for four days. Here is what the log file shows (access token removed here, but it was

Implementation of free trial period with PayPal doesn't return any custom parameter

隐身守侯 提交于 2019-12-08 06:33:25
问题 Got stuck with this issue for last 2 days. Scenario We have a web based product where users can signup for free for 14 days and thereafter monthly subscription of say $60.00. Once users clicked "Pay with Paypal" button out page will taken users to Paypal and once they have done the payment it redirects back to our website. All the parameters were passed looks fine, since i tested with sandbox as merchant and user. we were using Return URL property on merchant profile setting under Website

paypal mobile express redirects to web instead of mobile

陌路散爱 提交于 2019-12-08 06:05:37
问题 my app supports paypal payment and I use mobile express payout and now I see that it force loads to web even when I mention "_express-checkout-mobile" https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=_express-checkout-mobile&useraction=commit&token=EC- * ** * *** 回答1: PayPal uses browser detection to decide whether to show the mobile flow or the desktop flow. If you're using a webview inside of an app, you need to be sure that the webview is sending a User-Agent header in the HTTP request

Paypal Sandbox is not working for Non-US developers using Paypal iOS SDK

*爱你&永不变心* 提交于 2019-12-08 03:10:20
问题 In my iOS app , I have integrated the adaptive payment using paypal sdk from https://www.x.com/developers/paypal/documentation-tools/paypal-sdk-index After paypal changed their site , I am not able to perform transaction using above library. Here is my code -(void)processSplitPaymentWithFacebuyAdminPayPalId:(NSString*)adminId sellerPayPalId:(NSString*)sellerId withAdminPercentage:(NSNumber*)adminPercentage forTotalAmount:(NSNumber*)totalAmount andShippingCharges:(NSNumber*)shippingCharges {

Paypal recurring payment not retrieving Transaction ID

£可爱£侵袭症+ 提交于 2019-12-08 02:05:31
问题 i m using paypal Standard as a payment gateway, i need to use recurring payment process for that. but i am not getting any Transaction ID in which paypal send response back to my site.. Is anybody having idea about this..? I am stuck on this task. help would be very appreciate.. Thanks. 回答1: I ran into this problem today as well. It seems that there are no transaction IDs involved with recurring payments but instead it uses another variable called profile ID. I tried subscribing and

PayPal Plus Sandbox - Pay upon Invoice

橙三吉。 提交于 2019-12-08 01:59:36
问题 I'm integrating PayPal Plus, successfully on my site, except "Pay upon Invoice". Here's my JavaScript code for integrating the payment wall: <script src="https://www.paypalobjects.com/webstatic/ppplus/ppplus.min.js" type="text/javascript"></script> <script type="application/javascript"> var ppp = PAYPAL.apps.PPP({ "approvalUrl": "<?= $createPaymentArr['links'][1]['href']; ?>", "placeholder": "ppplus", "language": "de_DE", "mode": "sandbox", "showPuiOnSandbox": "true", "country": "DE" }); <

Paypal sandbox not working anymore

删除回忆录丶 提交于 2019-12-08 01:52:49
问题 Everything was working fine last Friday, but today I have been getting the following message: . The message I get when trying to make a payment using paypal sandbox is this: We can't process your payment right now, so please try again later. We're sorry for the inconvenience. It's been like this all day, not sure if something has happened to my system or if something has happened to paypal's sandbox? 回答1: NOTIFICATION FROM PAYPAL: Notification: Issues with Sandbox with preconfigured accounts

How do i make a direct payment using paypal-rest in node?

ぃ、小莉子 提交于 2019-12-08 00:38:27
问题 I found a library that paypal themselves have written for node, they wrote a great library on how to pay. Im still in the confused state on how to receive payment and Im running out of time right now. The use case is very simple, User A click add an item to his cart , then he has a choice, its either to pay using Credit/debit card or paypal(express checkout) My goal still at the credit/debit card, where user decided to use credit/debit card to receive payments, and im using paypal-rest-api

Not able to specify “amount” per payment request on PayPal HTMLButton

梦想的初衷 提交于 2019-12-07 22:10:41
问题 I am trying to integrate with PayPal using the "HTML Buttons" approach. The checkout flow is rather simple, user clicks "Buy Now" -> transferred to PayPal -> payment processed -> returned to the site. Based on the item that the customer wants to "Buy Now", the "amount" in the submitted form will vary, and I am unable to get PayPal to accept the value I am sending. I always see a text input which is empty when redirected to PayPal. I tried hosted and unhosted buttons but still not able to see