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 ‎Dec-06-2017
rahul-dighe
PayPal Employee rahul-dighe
PayPal Employee
48
Posts
7
Kudos
4
Solutions
Your PayPal Anniversary
Neighborly
Esteemed
Sociable
Helper
Friendly
Liked
New Look
Ice Breaker
Organized
The Return
Giving
View all
Latest Contributions by rahul-dighe
  • Topics rahul-dighe has Participated In
  • Latest Contributions by rahul-dighe
  • « Previous page
    • 1
    • 2
    • 3
    • 4
  • Next page »

Re: Order approve page not work - Rest API v2

by PayPal Employee rahul-dighe in REST APIs
‎Sep-30-2019 03:32 PM
1 Kudo
‎Sep-30-2019 03:32 PM
1 Kudo
are you using our Client SDK  to launch the buyer approval flow?   if you are just calling the API directly without using the Client SDK - you will have to pass the return_url and cancel_url in application_context - that is probably the most likely cause of your issue ... View more

Re: Orders API Version 2 Multiple Platform Fees

by PayPal Employee rahul-dighe in REST APIs
‎Sep-30-2019 10:08 AM
‎Sep-30-2019 10:08 AM
Unfortunately - just to close out there is nothing I can do to influence the process. They should get back to you. ... View more

Re: RESOURCE_NOT_FOUND issue in both sandbox and l...

by PayPal Employee rahul-dighe in Sandbox Environment
‎Sep-30-2019 10:06 AM
‎Sep-30-2019 10:06 AM
The transaction_id is not the order ID hence you are getting a 404   When you do a Create Order you get back an "id" which is the Order ID.  When you Capture an Order you also get back a "capture id" which is found within purchase_units.payments.captures.id https://developer.paypal.com/docs/api/orders/v2/#definition-payment_collection   to view details do a v2/payments/captures/transaction-id   e.g. { "id": "5O190127TN364715T", "status": "COMPLETED", "payer": { "name": { "given_name": "John", "surname": "Doe" }, "email_address": "", "payer_id": "QYR5Z8XDVJNXQ" }, "purchase_units": [ { "reference_id": "d9f[Removed. Phone #s not permitted]pan>"shipping": { "address": { "address_line_1": "<removed>", "address_line_2": "<removed>", "admin_area_2": "San Jose", "admin_area_1": "CA", "postal_code": "95131", "country_code": "US" } }, "payments": { "captures": [ { "id": "3C679366HH908993F", "status": "COMPLETED", "amount": { "currency_code": "USD", "value": " ....  ... View more

Re: RESOURCE_NOT_FOUND issue in both sandbox and l...

by PayPal Employee rahul-dighe in Sandbox Environment
‎Sep-27-2019 09:38 AM
‎Sep-27-2019 09:38 AM
And https://api.paypal.com/v2/checkout/orders/transactionid to get transaction details using transaction-id it doesn't work   is your transactionid a orderid or a captureid - can you put an actual request/response sample or else it's hard to understand as the devil is in what you use in the transactionid . it would be also good if you can put in the debug_id that is sent in the headers as part of the response.   I am not able to view this > Please find my API calls here http://snippi.com/s/kn42axj  ... View more

Re: RESOURCE_NOT_FOUND issue in both sandbox and l...

by PayPal Employee rahul-dighe in Sandbox Environment
‎Sep-24-2019 02:06 PM
‎Sep-24-2019 02:06 PM
should have asked you before what API are you using v2/checkout/orders? ... View more

Re: RESOURCE_NOT_FOUND issue in both sandbox and l...

by PayPal Employee rahul-dighe in Sandbox Environment
‎Sep-24-2019 09:30 AM
‎Sep-24-2019 09:30 AM
Best way to think about this is to observe the HATEOAS:   if you do an order/5O190127TN364715T/capture - which results in a capture id - 3C679366HH908993F - the way to look it up is as below links": [ { "href": "https://api.paypal.com/v2/payments/captures/3C679366HH908993F", "rel": "self", "method": "GET" }, { "href": "https://api.paypal.com/v2/payments/captures/3C679366HH908993F/refund", "rel": "refund", "method": "POST" } ]   if you do an order/5O190127TN364715T/authorize - which results in a authorization id - 3C679366HH908993F - the way to look it up is as below links": [ { "href": "https://api.paypal.com/v2/payments/authorizations/3C679366HH908993F", "rel": "self", "method": "GET" }, { "href": "https://api.paypal.com/v2/payments/captures/3C679366HH908993F/refund", "rel": "refund", "method": "POST" } ]   if you want to instead look up the whole order { "href": "https://api.paypal.com/v2/checkout/orders/5O190127TN364715T", "rel": "self", "method": "GET" } ... View more

Re: How to use v2 payments ,Where to get the v2 SD...

by PayPal Employee rahul-dighe in SDKs
‎Sep-09-2019 09:50 AM
‎Sep-09-2019 09:50 AM
where are you looking - are you also looking for Client SDK ? or Server (PHP, Java etc) SDK. ... View more

Re: RESOURCE_NOT_FOUND issue in both sandbox and l...

by PayPal Employee rahul-dighe in Sandbox Environment
‎Sep-09-2019 09:49 AM
‎Sep-09-2019 09:49 AM
Thanks . glad to hear your problem was solved. ... View more

Re: Sandbox order "CAPTURE" intent payment review

by PayPal Employee rahul-dighe in Sandbox Environment
‎Sep-09-2019 09:40 AM
‎Sep-09-2019 09:40 AM
can you advise which APIs are you using? NVP/SOAP, v1/payments, v2/orders. ... View more

Re: Currency of capture must be the same as curren...

by PayPal Employee rahul-dighe in Sandbox Environment
‎Aug-29-2019 10:35 AM
‎Aug-29-2019 10:35 AM
It would be helpful to know which APIs you are using v1/payments or v2/orders + v2/payments   Assuming the latter if you do  Create Order - POST v2/checkout/orders  with currency as USD Authorize Order -    -- Capture on the Authorization and use a currency as GBP than it is not permitted hence you are getting an error.    You cannot secure a hold (authorization) in a currency different than the one you ultimately capture in.    if you want to capture an authorization in GBP then the Create Order should also be in (GBP).    We would welcome the opportunity to enhance the error message so your feedback is greatly appreciated.  ... View more
  • « Previous page
    • 1
    • 2
    • 3
    • 4
  • Next page »
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!