Cookies help us customize the PayPal Community for you, and some are necessary to make our site work. By browsing this website, you consent to the use of cookies. Learn more
OK
PayPal Navigation
  • Send
  • Request
  • Business
  • Help
Ask the Community Help the Community
Choose where to post your question
Skip to main content Skip to search PayPal Home
  • Send
  • Request
  • Business
  • Help
  • Community
Log in
since ‎Jan-30-2017
olexandrman

olexandrman

Contributor
9
Posts
0
Kudos
1
Solution
The Return
Organized
Ice Breaker
Helper
Conversationalist
Active
View All
Latest Contributions by olexandrman
  • Topics olexandrman has Participated In
  • Latest Contributions by olexandrman

How change image of my web site on PayPal page

by olexandrman Contributor in REST APIs
‎Mar-02-2017 04:34 AM
‎Mar-02-2017 04:34 AM
When I want do payment and I redirect from my web site to LogIn PayPal page, I see on the top of page the logo of my web site. How can I change image (logo) of my web site on PayPal page?  ... View more

Not receiving any IPN messages from IPN simulator

by olexandrman Contributor in PayPal Reporting
‎Feb-27-2017 05:52 AM
‎Feb-27-2017 05:52 AM
When I use IPN simulator I can not get any reponse on my listener (on host or on locallhost (use ngrok)). I get next error: " IPN was not sent, and the handshake was not verified. Please review your information. ".  But if I use Ipn notifications from PayPal in sandbox enviroment, I receive all responces. What happened? Maybe  IPN simulator does not work? Can I use "http://" (not https://) for ipn listener? ... View more

Re: How update the plan, once it is set to active.

by olexandrman Contributor in NVP/SOAP APIs
‎Feb-14-2017 06:23 AM
‎Feb-14-2017 06:23 AM
Hi, I'm not sure whether you understood. But I give the following information for you: I am using next example for update billing plan: https://github.com/paypal/PayPal-NET-SDK/blob/develop/Samples/Source/BillingPlanUpdate.aspx.cs .And i found next information too http://stackoverflow.com/questions/29631597/paypal-rest-api-update-billing-plan-return-url, and next comment explain why i can't update my billing plan: "You cannot update the plan, once it is set to active. The reason for that restriction is that because there could be possible agreements based on that plan, modifying it would affect the already agreed billing agreements.....Alternatively, you could possibly create a new plan, and use that instead." .  Does exist other way for update current billing plan? I don't want crate a new plan, and use that instead my current plan. RequestUri: {https://api.sandbox.paypal.com/v1/payments/billing-plans/P-41023143HP107945GG6TH2RY}   Response: {"name":"BUSINESS_VALIDATION_ERROR","details":[{"field":"payment_definitions","issue":"patch is not supported for this field."}],"message":"Validation Error.","information_link":"https://developer.paypal.com/webapps/developer/docs/api/#BUSINESS_VALIDATION_ERROR","debug_id":"3072ab8d6fc8f"} ... View more

How update the plan, once it is set to active.

by olexandrman Contributor in NVP/SOAP APIs
‎Feb-13-2017 07:01 AM
‎Feb-13-2017 07:01 AM
I created plan and added it to billing agreement. In future I will need update this Plan (change price). I tried do it (plan.Update()), but i got error:   {"name":"BUSINESS_VALIDATION_ERROR","details":[{"field":"validation_error","issue":"Invalid Path provided."}],"message":"Validation Error.","information_link":" https://developer.paypal.com/webapps/developer/docs/api/#BUSINESS_VALIDATION_ERROR ","debug_id":"35c8f62320ea5"}.  How can i do it? ... View more

Re: Get Recurring Payments from customers’ credit ...

by olexandrman Contributor in NVP/SOAP APIs
‎Feb-02-2017 06:19 AM
‎Feb-02-2017 06:19 AM
Thanks for answer. If I have Business account (by default, and not Pro), can i use  Recurring Payment through Express Checkout?  Should I choose or connect any options in my account or i have  Express Checkout by default? Can I use this code (https://github.com/paypal/PayPal-NET-SDK/blob/develop/Samples/Source/BillingPlanCreate.aspx.cs) for creating recurring payment instead Express Checkout buttons. I don`t need use  Express Checkout buttons, because I want integrate own code with own logic to my web site for handling recurring payment. ... View more

Get Recurring Payments from customers’ credit card...

by olexandrman Contributor in NVP/SOAP APIs
‎Jan-30-2017 12:59 PM
‎Jan-30-2017 12:59 PM
In first case I want get recurring payments  from customers’ credit card (without paypal account and subscription buttons) and PayPal account.  In second case I want get recurring payments only from  PayPal account. Which PayPal products I must choose for first and second case apart (maybe PayPal Payments Standart or  PayPal Pyments Pro or Website Payments Pro with Recurring Billing or Website Payments Pro with Automatically bill etc). And w hat does it cost for first case and for second case apart? I want to decide which case to choose. My merchant PayPal Account and web site are from USA. Where can i find example, template (html, js code) with fields about credit card (number,   Expiration Date, CVV) that customer must fill and send to PayPal. Thanks. ... View more

Re: Do not get PAYMENT.SALE.PENDING or PAYMENT.SAL...

by olexandrman Contributor in NVP/SOAP APIs
‎Jan-30-2017 05:51 AM
‎Jan-30-2017 05:51 AM
Problem resolved.  In sandbox environment, as long as you have available funding resource, the payment will continue to success.   In live environment, if you card does not have sufficient balance, the payment will fail.   ... View more

Do not get PAYMENT.SALE.PENDING or PAYMENT.SALE.DE...

by olexandrman Contributor in NVP/SOAP APIs
‎Jan-30-2017 03:38 AM
‎Jan-30-2017 03:38 AM
I tested recurring payments in sandbox. I created customer paypal account with zero ballance and without Bank accounts. When I made recurring payment from this account. I created profile with some initial payment (setup_fee). And set max_fail_attempts to 1. By default, PayPal does not activate the profile if the initial payment amount fails. But my profile successful activated and has status ACTIVE instead PENDING. And I received on WebHook PAYMENT.SALE.COMPLETED event type. I expected get some FAIL event type (PAYMENT.SALE.PENDING or PAYMENT.SALE.DENIED), because customer account have not enough money. Why it happened? I need to Cancel recurring payment profile if does not enough money in customer account.  ... View more

Do not get PAYMENT.SALE.PENDING or PAYMENT.SALE.DE...

by olexandrman Contributor in About Payments
‎Jan-30-2017 01:49 AM
‎Jan-30-2017 01:49 AM
0 down votefavorite   I tested recurring payments in sandbox. I created customer paypal account with zero ballance and without Bank accounts. When I made recurring payment from this account. I created profile with some initial payment (setup_fee). And set max_fail_attempts to 1. By default, PayPal does not activate the profile if the initial payment amount fails. But my profile successful activated and has status ACTIVE instead PENDING. And I received on WebHook PAYMENT.SALE.COMPLETED event type. I expected get some FAIL event type (PAYMENT.SALE.PENDING or PAYMENT.SALE.DENIED), because customer account have not enough money. Why it happened? I need to Cancel recurring payment profile if does not enough money in customer account.  ... View more
  • Tags:
  • fail attempts
  • webhook
  • Help & Contact
  • Security

©1999-2019 PayPal, Inc. All rights reserved.

  • Privacy
  • Legal
  • Policy updates