Questions tagged [paypal-webhooks]

PayPal webhooks allows merchant systems to get notified of events, using the HTTP webhook callbacks of the PayPal API.

What is it?

PayPal webhooks allows merchant systems to get notified of events, using the HTTP webhook callbacks of the PayPal API.

How it works?

  • The merchant implements and operates a webhook listener service
  • The listener subscribes to events
  • The listener is notified via HTTP POST messages of the events that occur and may react accordingly.

See also

114 questions
1
vote
0 answers

PayPal missing Webhook event

Hi all and especially PayPal developer support, I am a developer from a medium-sized company. We have integrated with PayPal for payout and for most of our users it's working fine. But there are about 50 users that initiated the payout, in which…
simonxl
  • 11
  • 3
1
vote
1 answer

PayPal Subscription Failed Payment Webhook flow

i was wondering what webhook is sent when a subscription payment fails?. I wish to downgrade a user on my website if a payment isn't made/fails. but im unsure if the 'Billing.Subscription.Cancelled or Billing.Subscription.Suspended is sent.' I have…
1
vote
0 answers

PayPal webhook for recurring payments

I'm using ruby on rails and im trying to implement paypal webhooks so when a recurring payment occurs I get notified. I implemented a webhook with stripe and it was straight forward right from their API but i'm having trouble with paypal and their…
jrocc
  • 1,274
  • 2
  • 18
  • 48
1
vote
0 answers

Parsing webhook notification using Java

From the Java SDK code examples, I could only find how to validate a received webhook event. Anyone knows how to parse received HTTP request body posted by PayPal to my webhook handler servlet into an Event object? I initially figured sth like…
1
vote
1 answer

Paypal Adaptive Payments and Webhook Events Not Registering

Hello SO PayPal Community. I'm having trouble getting PayPal to send me "Webhook Events" notifications from an embedded payment flow using Adaptive Payments even though I have registered for all event types. First off, when I use PayPal's webhook…
1
vote
1 answer

PayPal Webhooks: Are Invoice, Payment sale, authorization and capture Webhooks needed if I only use Billing agreements

The business model which I need to cover is to sell subscriptions only. I don't need to sell individual products. My question is: do I need to implement and support listening to Invoicing, Payment sale, authorization and capture webhooks, or I can…
1
vote
0 answers

Do not get PAYMENT.SALE.PENDING or PAYMENT.SALE.DENIED WebHook event types from PayPal

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…
Alex
  • 601
  • 7
  • 11
1
vote
0 answers

Paypal webhook resource is null

I have enabled the INVOICING.INVOICE.PAID webhook in my application under developement. After trying to pay an invoice in the sandbox environment (using the buyer test user) the webhook notification is successfully delivered, however the message…
1
vote
0 answers

Unable to save Paypal sandbox webhook url

We are configuring Paypal Sandbox webhook and getting an error. We have tested the URL using RestClient and it is hitting our test servers. See attached. We tried live and it does saves our webhook url.
Ram Iyer
  • 1,404
  • 2
  • 20
  • 27
1
vote
1 answer

BILLING.SUBSCRIPTION.CANCELLED does not fire upon user action?

I want to keep track of the subscription status of the active billing agreements. Now I thought webhooks would be handy for this. I have a listener for BILLING.SUBSCRIPTION.CANCELLED which is described as This event is triggered when a billing…
maddo7
  • 4,503
  • 6
  • 31
  • 51
1
vote
2 answers

Regarding uable to trigger Paypal REST API webhook events from developer sandbox

What is wrong with my Paypal sandbox account process to receive webhook notifications? We are unable to receive webhook event on my URL. URL working with "Webhooks simulator". Please let me know what should I do for receive webhook event on above…
1
vote
1 answer

paypal webhook notification not received

I'm trying to get notified via webhooks when a simple payment is made, however I don't receive any request from paypal on the specified URL. Here is what I've done: I have 2 sandbox accounts: Facilitator and Buyer Create an app (sanbox mode) for the…
user3814453
  • 11
  • 1
  • 3
1
vote
1 answer

PayPal webhooks don't work

There are two problems with PayPal webhooks. The First. I've created REST app on Sandbox, added webhook and got successful message. Then refreshed page and webhooks list became empty. Tried to add it again and got error message: Webhook URL already…
alPacino
  • 91
  • 5
1
vote
1 answer

Not receiving webhook callbacks from PayPal

I have a sinatra app which is set up like this: class AppName < Sinatra::Base #... post '/paypalhook' do puts "got info about something from paypal" puts params.inspect return params.to_s end #... end Now, when I…
Automatico
  • 12,420
  • 9
  • 82
  • 110
0
votes
0 answers

Is there a problem with PayPals certificate for obtaining a Public Key for PayPal Event Header Validation?

I have been struggling with the PayPal Event header validation (https://developer.paypal.com/api/rest/webhooks/). What at first seemed like a quick and easy way to validate a payload has become very frustrating. I believe the premise is simple. …
Robotuner
  • 201
  • 1
  • 9