Skip to main content

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in
  • Welcome
    • Guidelines
    • News and Events
    • Suggestions for PayPal
    • General Discussions
  • PayPal Help Community
    • Managing Account
    • Transactions
    • Wallet
    • Security and Fraud
    • Products & Services
    • Reporting
  • MTS Community
    • PayPal Upgrade Community
    • PayPal Payments Standard
    • REST APIs
    • NVP/SOAP APIs
    • SDKs
    • Sandbox Environment
    • PayPal Reporting
    • Payflow
    • Ideas for MTS
    • Client-side Integration
    • Server-side Integration
  • The Archives
    • PayPal Help Community Archives
      • Managing Account Archives
      • Transactions Archives
      • Wallet Archives
      • Security and Fraud Archives
      • Products & Services Archives
      • Reporting Archives
    • Help Community
      • PayPal Basics Archives
      • Payments Archives
      • My Money Archives
      • My Account Archives
      • Disputes and Limitations Archives
      • Products and Services Archives
      • PayPal Credit Archives
    • Merchant Community
      • Merchant Products
      • Business Tools Archives
      • Reporting Archives
      • Managing Risk and Fraud Archives
    • Help Archives
      • About Business (Archive)
      • About Payments (Archive)
      • About Settings (Archive)
      • About eBay (Archive)
      • About Protections (Archive)
      • About Products (Archive)
    • Social and Your Voice Archives
      • Off Topic (Archive)
      • My Feedback for PayPal (Archive)
    • About PayPal Archives
      • Watercooler (Archive)
      • Tax Information (Archive)
      • Fees (Archive)
      • eBay and PayPal (Archive)
      • Coupons and promotions (Archive)
    • My Account Archives
      • My account settings (Archive)
      • Account limits and verification (Archive)
      • Account balance (Archive)
      • Bank accounts and credit cards (Archive)
    • Payments Archives
      • Sending money (Archive)
      • Receiving money (Archive)
      • Refunds (Archive)
      • Donations and Fundraising (Archive)
    • Disputes and Security Archives
      • Disputes and claims (Archive)
      • Fraud, phishing and spoof (Archive)
    • My Business Archives
      • Merchant services (Archive)
      • Reporting and tracking (Archive)
      • Shipping (Archive)
    • PayPal Products Archives
      • PayPal Debit Mastercard (Archive)
      • PayPal Extras MasterCard (Archive)
      • PayPal Mobile & Other Services (Archive)
      • Student Accounts (Archive)
      • Bill Me Later (Archive)
    • Getting to know PayPal
      • My PayPal account
      • Security and protection
    • Receiving and sending money
      • Buying with PayPal
      • Selling with PayPal
    • PayPal Here UK
      • PayPal Here News and Events
      • PayPal Here Community
      • Chip and Pin Card Reader
      • PayPal Here App

The Community Forum will no longer be available starting June 30, 2025. Please note that the forum is now closed for new posts and responses, but previous posts will remain accessible for review until June, 30 2025. For comprehensive support options, please visit PayPal.com/HelpCenter
Merchant Technical Support: For technical support and related questions, please visit our Technical Support Help Center or Developer Central

If you want to report illegal content under the EU Digital Services Act, please do so here

since ‎Jan-09-2020
Country: United States
Type: Business
yogitamankani
yogitamankani Contributor
Contributor
9
Posts
6
Kudos
0
Solutions
Esteemed
Your PayPal Anniversary
Liked
Friendly
Ice Breaker
The Return
Active
View all
Latest Contributions by yogitamankani
  • Topics yogitamankani has Participated In
  • Latest Contributions by yogitamankani

Re: Webhook event PAYMENT.SALE.COMPLETED has no re...

by yogitamankani Contributor in Payments Archives
‎Apr-02-2020 11:31 PM
2 Kudos
‎Apr-02-2020 11:31 PM
2 Kudos
Yes, the webhook simulator is not populating it. I had reported/queried the same in email to technical support and they confirmed it is the same webhook event which will have the billing agreement details.   What I would suggest is that you have a quick notification listener URL up and configure that in your Paypal developer ssandbox account. That way you will get better idea. the listener can be on localhost during development and you can use ngrok to configure that in Paypal env. ... View more

Re: About HATEOAS link "/v1/billing-agreements/agr...

by yogitamankani Contributor in REST APIs
‎Feb-11-2020 10:55 PM
1 Kudo
‎Feb-11-2020 10:55 PM
1 Kudo
Check this link below https://developer.paypal.com/docs/api/payments.billing-agreements/v1/       You are right here that the link 'method' (POST) is not correct. In the Subscription API, we have this link as 'GET' only.          ... View more

Re: About HATEOAS link "/v1/billing-agreements/agr...

by yogitamankani Contributor in REST APIs
‎Feb-11-2020 03:07 AM
1 Kudo
‎Feb-11-2020 03:07 AM
1 Kudo
I think the /v1/billing-agreements/ is Deprecated.   We have to make use of subscription instead. Is this question for a new implementation that you are asking? ... View more

Re: Use PayPal Subscription API

by yogitamankani Contributor in REST APIs
‎Feb-11-2020 03:02 AM
‎Feb-11-2020 03:02 AM
I think that to create 'Approved' subscriptions, you have to use the PayPal Smart Payment Button to create the subscription workflow/interface for the user.   Check below. https://developer.paypal.com/docs/subscriptions/integrate/#4-create-a-subscription ... View more

Re: Error subscription API - RESOURCE NOT FOUND

by yogitamankani Contributor in REST APIs
‎Feb-11-2020 02:56 AM
‎Feb-11-2020 02:56 AM
It is possible to update few of the subscription properties. You can check the update subscription method in API reference guide.   If the subscription is created, then you should be able to definitely get that using the 'Get Subscription Details' method. Can you post the IPN JSON that you got?   Also, do you mean a webhook event OR the IPN? Webhook works with REST like IPN (Instant Payment Notifications) works with NVP/SOAP  ... View more

Re: Webhook event PAYMENT.SALE.COMPLETED has no re...

by yogitamankani Contributor in Payments Archives
‎Feb-11-2020 02:50 AM
2 Kudos
‎Feb-11-2020 02:50 AM
2 Kudos
hi,   The 'Billing Agreement Id' is the Subscription Id in the PAYMENT.SALE.COMPLETED event. See a sample below.   {   "id": "WH-72J78916XW253041B-5HG111500B361204H",   "event_version": "1.0",   "create_time": "2019-11-08T19:18:05.489Z",   "resource_type": "sale",   "event_type": "PAYMENT.SALE.COMPLETED",   "summary": "Payment completed for $ 11.0 USD",   "resource": {     "id": "8VD9479630095983G",     "state": "completed",     "amount": {       "total": "11.00",       "currency": "USD",       "details": {         "subtotal": "11.00"       }     },     "payment_mode": "INSTANT_TRANSFER",     "protection_eligibility": "ELIGIBLE",     "protection_eligibility_type": "ITEM_NOT_RECEIVED_ELIGIBLE,UNAUTHORIZED_PAYMENT_ELIGIBLE",     "transaction_fee": {       "value": "0.62",       "currency": "USD"     },     "invoice_number": "",     "billing_agreement_id": "I-GPVDFDPJEXGP",     "create_time": "2019-11-08T19:17:53Z",     "update_time": "2019-11-08T19:17:53Z",     "links": [       {         "href": "https://api.sandbox.paypal.com/v1/payments/sale/8VD9479630095983G",         "rel": "self",         "method": "GET"       },       {         "href": "https://api.sandbox.paypal.com/v1/payments/sale/8VD9479630095983G/refund",         "rel": "refund",         "method": "POST"       }     ]   },   "links": [     {       "href": "https://api.sandbox.paypal.com/v1/notifications/webhooks-events/WH-72J78916XW253041B-5HG111500B361204H",       "rel": "self",       "method": "GET"     },     {       "href": "https://api.sandbox.paypal.com/v1/notifications/webhooks-events/WH-72J78916XW253041B-5HG111500B361204H/resend",       "rel": "resend",       "method": "POST"     }   ] } ... View more

Re: Auto Payments

by yogitamankani Contributor in REST APIs
‎Feb-06-2020 05:44 AM
‎Feb-06-2020 05:44 AM
hi,   You have to create subscriptions on those billing plans for auto-payments. I am new to the PayPal API and still exploring it, but as per my understanding, you cannot have your own service for submit the payment capture request on those subscription. there is no method for that in the API reference. Paypal submits and process the payments based on billing frequency, plan rate, etc.   We can only capture the outstanding amount using an API method.     ... View more

Re: PayPal Subscription API - .NET SDK

by yogitamankani Contributor in SDKs
‎Jan-20-2020 01:07 AM
‎Jan-20-2020 01:07 AM
BUMP. Can someone please guide? I found the below link, but it does not have any entity/sample related with subscription API.  https://paypal.github.io/PayPal-NET-SDK/   The billing API is told to be deprecated, but all the entities and samples are included in the above SDK. ... View more

PayPal Subscription API - .NET SDK

by yogitamankani Contributor in SDKs
‎Jan-09-2020 05:37 AM
‎Jan-09-2020 05:37 AM
Hi,   I found one C# .NET SDK at https://github.com/paypal/Checkout-NET-SDK But this does not contain any entities related with Subscription API or its related API methods.   Can someone point me to the SDK, if it is availble? thank you. ... View more
Labels:
  • Labels:
  • REST SDK
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2025 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • Cookies
  • Policy Updates

The money in your balance is eligible for pass-through FDIC insurance.

The PayPal Cash Mastercard is issued by The Bancorp Bank pursuant to a license by Mastercard International Incorporated. The Bancorp Bank; Member FDIC.

Powered by Khoros
Welcome to the PayPal Community!