How can I use Paypal refund API with SAP Hybris? - paypal

I have integrated paypal in Hybris6.3 and it's working fine but the problem is when I am making refund through cscockpit then status is not changing at both the end.

Related

How do I get PayPal missing error codes in PayPal Manager?

PayPal Guest check out denying payments but not returning error codes to PayPal Manager. How how do I get data for denied transaction attempts moving forward? We need to track the code PayPal sends us when they reject a credit card. We are using PayPal Adaptive Payments API on a .NET platform.
manager.paypal.com will only show codes returned by the Payflow API (payflowpro.paypal.com) and the Payflow Link web application (payflowlink.paypal.com)
Adaptive Payments uses the endpoint svcs.paypal.com , and its API responses and web declines are not reported or tracked anywhere , much less in manager.paypal.com which is a separate system
If you are indeed using Adaptive Payments, you need to log your own API call responses.

Testing Recurring payment in paypal sandbox

I have integrated paypal sandbox but how can i use paypal recurring payment procedure. which parameter is required for recurring and how can i use web hook for recurring.If any suggest me how to use paypal sandbox recurring and provide best solution.
Which type of recurring is being used?
If you are implementing recurring using NVP/SOAP API, kindly refer to the below. Kindly note that webhook is not compatible with NVP/SOAP API
a. Using Express Checkout - https://developer.paypal.com/docs/classic/api/merchant/CreateRecurringPaymentsProfile_API_Operation_NVP/
b. Using PayPal buttons- https://developer.paypal.com/docs/classic/api/button-manager/BMCreateButton_API_Operation_NVP/
for notifications, you can use IPN to get notifications every time a payment is made
https://developer.paypal.com/docs/classic/ipn/integration-guide/IPNIntro/
If you are implementing using REST API, webhook is used for receiving notifications. Refer to the links below
a. https://developer.paypal.com/docs/api/payments.billing-agreements
b. https://developer.paypal.com/docs/api/webhooks/

PayPal Sandbox not receiving IPN?

I have been trying today with my PayPal Sandbox adaptive payments.
I'm not getting IPN back from PayPal. Any issues on PayPal side. Please note that site uses HTTPS/TLS 1.2

paypal payment not going through with any of the options

Using ASP Classic
Paypal LIVE Express checkout
It shows the Payment Amount at the checkout, but the payment doesn't go through. The payment doesn't even leave customer's account. I have tried using my wife's paypal account to complete the checkout.
I am only using paypal checkout system and have added all the API information in expresscheckout.asp and paypalfunctions.asp
I have also tried adding these API options too, but still wouldnt work
L_PAYMENTREQUEST_n_NAMEm
L_PAYMENTREQUEST_n_NUMBERm
L_PAYMENTREQUEST_n_AMTm
L_PAYMENTREQUEST_n_QTYm
Any help would be great.... tks

PayPal error 3005 using Magento and standard payments

I've already posted this on the PayPal mts and the x.com sites but had no response.
I am looking at a clients website which is having issues taking payments using the PayPal standard payments. The Magento based site (CE 1.6.10) redirects to Paypal fine but when a customer tries to pay PayPal goes to and error page with error code 3005. I have tried using the sandbox on a development version of the site and this works fine.
The Magento site uses a secondary email address as the PayPal address and this all seems fine within the verified PayPal account.
Do you have any ideas on why this may be failing.