Forum Posts

Webhook notifications are not being sent to my server

I've created an integration with PayPal in my application, the integration is waiting for subscription using the PayPal payment page.After the payment is done, PayPal used to send me notifications to my staging URL - it worked for 2 days and then it ...

rebli by New Community Member
  • 269 Views
  • 2 replies
  • 0 kudos

Webhook validation not working in sandbox

I am working to validate the Paypal webhook post to my site and I am having some problems. I have all the data that's required, and the post to /v1/notifications/verify-webhook-signature is returning a 200, but it's returning a verification_status of...

SnowSailor by New Community Member
  • 1126 Views
  • 3 replies
  • 0 kudos

Unable to Retrieve Plan ID Related to a Subscription

I'm unable to find the plan ID associated with a subscription from an Instant Payment Notification Here's what I've tried so far:retrieve the subscr_id from the IPN with transaction type subscr_payment.call the Subscriptions API endpoint: https://api...

magagio by Contributor
  • 157 Views
  • 1 replies
  • 0 kudos

Just need webhook ID

I just need a link to my webhook ID. I found a lot of code and million lines of text here. I need a webhook ID straitforward nothing else. Where Is it?

sporthoj by New Community Member
  • 168 Views
  • 0 replies
  • 0 kudos

Slow Webhooks

Hi,We are using Webhooks with Commerce Platform solution and it takes up to 2 minutes to receive the webhook.Is it normal behavior? Some customers think the payment failed and they order twice.Thanks,Ben 

ben-39 by Contributor
  • 1333 Views
  • 6 replies
  • 2 kudos

Get subscription_id from payment

Hi! While integrating subscriptions i stuck on a question:When recieving a PAYMENT.SALE.COMPLETED webhook i can't find the subscription id in the transmitted JSON data.But i need the subscription id to assign the payment to the user.Is there a way to...

aktiweb by Contributor
  • 222 Views
  • 1 replies
  • 0 kudos

Checkout page language issue

I am trying to integrate with the PayPal Rest API and I have a problem when trying to create the checkout urls. I have tried with various locales but it doesn't always work. Accepted values are "it-IT", "en-GB", "da-DK", "ja-JP", but for example I ca...