Forum Posts

Resolved! Is it possible to make payments in RON (Romanian Leu) through PayPal?

Hi all. I would like to implement the PayPal Standard Checkout integration (https://developer.paypal.com/studio/checkout/standard/integrate) on my website, allowing dynamic payment amounts. However, I am particularly interested in enabling payments i...

CiprianS by Contributor
  • 1553 Views
  • 2 replies
  • 0 kudos

Paypal subscription Api

I integrated PayPal subscription in JavaScript. And subscription id store in database. Then I used task scheduling monthly to check that subscription id 's transactions to create invoice also cancel subscription. But the problem is I can't check subs...

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
  • 798 Views
  • 2 replies
  • 0 kudos

Subscription API doesn't support updates?

Hello,I’m currently working on integrating the PayPal Subscriptions API for my app, and I have a few questions about features I couldn’t find in the REST API documentation.Applying Discounts: How can I define discounts for a subscription plan during ...

Subscription renewal alerts and failures

It's not clear to me what the user sees when their subscription is going to renew. Do they get a notification from Paypal via email? Or should I think about generating that on my own? Likewise, what happens if that auto-renew fails, due to expired ca...

adamw_13 by Contributor
  • 366 Views
  • 0 replies
  • 0 kudos

Active Subscription has next_billing_time in past

I run a nightly audit script that checks all subscription IDs stored in our database. I have a couple that are coming back from PayPal with a status of "ACTIVE" but have a next_billing_time in the past. I use this field to update our customer-facing ...

designly by New Community Member
  • 540 Views
  • 2 replies
  • 0 kudos

I'm not receiving "subscr_payment" IPN Response.

For some reason, I'm not receiving the IPN notification from PayPal (subscr_payment). Please help. We need the transaction ID from this notification instead of subscr_signup, as it does not include the transaction ID we require.

How do I set up webhooks in my PayPal account?

Prerequisites: Your PayPal’s email address must be confirmed.You must have a PayPal verified Business account. Overview: Webhooks are HTTPS posts from PayPal to an endpoint on your server. Whenever a corresponding event type occurs, PayPal will send ...

MTS_PaulKiran_0-1723109775253.png MTS_PaulKiran_1-1723109799324.png

Unable to update subscription price

Hi there, I'm trying to update a Subscription price, using the route http://v1/billing/subscriptions/:subscription_id with this body: [ { "op": "replace", "path": "/plan/billing_cycles/@sequence==1/pricing_scheme/fixed_price", ...

DrySs by Contributor
  • 757 Views
  • 1 replies
  • 0 kudos

How do I resolve RESOURCE_NOT_FOUND Error?

The RESOURCE_NOT_FOUND error occurs when the system fails to locate a requested resource using the supplied identifier or ID. This error typically arises during operations such as retrieving, updating, authorizing, or processing orders. Common Causes...