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 is not available for new posts or responses; previous posts remain available to review. 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 ‎May-17-2019
Country: Germany
Type: Business
developerkaikat
developerkaikat Contributor
Contributor
2
Posts
0
Kudos
0
Solutions
Your PayPal Anniversary
The Return
Active
View all
Latest Contributions by developerkaikat
  • Topics developerkaikat has Participated In
  • Latest Contributions by developerkaikat

Getting strange API errors while doing Paypal Chec...

by developerkaikat Contributor in Sandbox Environment
‎Apr-22-2020 12:54 PM
‎Apr-22-2020 12:54 PM
Hello,   while working with C# .NET Framework (Blazor Server Side Application) I'm using the library PayPalCheckoutSdk for doing Paypal Payment.   When calling the OrderCaptureRequest I'm sometimes getting these errors that I can't explain to me. 1. RESOURCE_NOT_FOUND 2. UNPROCESSABLE_ENTITY   What should I debug or collect as information to get rid of that issues?   Thx!   Attached you find my log entries with the stack trace:   2020-04-22 08:50:32.4225 Error PayPalHttp.HttpException: {"name":"RESOURCE_NOT_FOUND","details":[{"field":"order_id","value":"5JT00281884123214","location":"path","issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}],"message":"The specified resource does not exist.","debug_id":"2a0bf147df60c","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]} at PayPalHttp.HttpClient.Execute[T](T req) at PegasusV6.PaypalHandler.SetPayPalOrderPaid(Int64 storeId, String paypalToken) in C:\SOURCE\PegasusV6\PegasusV6.API\Classes\PaypalHandler.cs:line 74 {"name":"RESOURCE_NOT_FOUND","details":[{"field":"order_id","value":"5JT00281884123214","location":"path","issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}],"message":"The specified resource does not exist.","debug_id":"2a0bf147df60c","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]} 2020-04-22 09:56:09.8611 Error PayPalHttp.HttpException: {"name":"RESOURCE_NOT_FOUND","details":[{"field":"order_id","value":"5JT00281884123214","location":"path","issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}],"message":"The specified resource does not exist.","debug_id":"37a59d36aaeda","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]} at PayPalHttp.HttpClient.Execute[T](T req) at PegasusV6.PaypalHandler.SetPayPalOrderPaid(Int64 storeId, String paypalToken) in C:\SOURCE\PegasusV6\PegasusV6.API\Classes\PaypalHandler.cs:line 74 {"name":"RESOURCE_NOT_FOUND","details":[{"field":"order_id","value":"5JT00281884123214","location":"path","issue":"INVALID_RESOURCE_ID","description":"Specified resource ID does not exist. Please check the resource ID and try again."}],"message":"The specified resource does not exist.","debug_id":"37a59d36aaeda","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-INVALID_RESOURCE_ID","rel":"information_link","method":"GET"}]}   2020-04-22 12:59:17.5061 Error PayPalHttp.HttpException: {"name":"UNPROCESSABLE_ENTITY","details":[{"issue":"ORDER_ALREADY_CAPTURED","description":"Order already captured.If 'intent=CAPTURE' only one capture per order is allowed."}],"message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":"c6a5b5540cef4","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-ORDER_ALREADY_CAPTURED","rel":"information_link","method":"GET"}]} at PayPalHttp.HttpClient.Execute[T](T req) at PegasusV6.PaypalHandler.SetPayPalOrderPaid(Int64 storeId, String paypalToken) in C:\SOURCE\PegasusV6\PegasusV6.API\Classes\PaypalHandler.cs:line 74 {"name":"UNPROCESSABLE_ENTITY","details":[{"issue":"ORDER_ALREADY_CAPTURED","description":"Order already captured.If 'intent=CAPTURE' only one capture per order is allowed."}],"message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":"c6a5b5540cef4","links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-ORDER_ALREADY_CAPTURED","rel":"information_link","method":"GET"}]}   2020-04-22 17:57:50.5590 Error PayPalHttp.HttpException: {"name":"UNPROCESSABLE_ENTITY","details":[{"issue":"ORDER_ALREADY_CAPTURED","description":"Order already captured.If 'intent=CAPTURE' only one capture per order is allowed."}],"message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":[Removed. Phone #s not permitted],"links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-ORDER_ALREADY_CAPTURED","rel":"information_link","method":"GET"}]} at PayPalHttp.HttpClient.Execute[T](T req) at PegasusV6.PaypalHandler.SetPayPalOrderPaid(Int64 storeId, String paypalToken) in C:\SOURCE\PegasusV6\PegasusV6.API\Classes\PaypalHandler.cs:line 74 {"name":"UNPROCESSABLE_ENTITY","details":[{"issue":"ORDER_ALREADY_CAPTURED","description":"Order already captured.If 'intent=CAPTURE' only one capture per order is allowed."}],"message":"The requested action could not be performed, semantically incorrect, or failed business validation.","debug_id":[Removed. Phone #s not permitted],"links":[{"href":"https://developer.paypal.com/docs/api/orders/v2/#error-ORDER_ALREADY_CAPTURED","rel":"information_link","method":"GET"}]}     ... View more

Regarding paypal plus

by developerkaikat Contributor in REST APIs
‎May-17-2019 02:56 AM
‎May-17-2019 02:56 AM
Hi , I have integrate the paypal plus payment using the rest api, now i want to remove or hide the credit card option from the paypal iframe page. Please help me to sort out that problem. ... View more
Labels:
  • Labels:
  • Payments REST APIs
  • Payouts Rest APIs
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!