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 ‎Jul-19-2020
Country: United States
Type: Personal
plantprogramm3r
plantprogramm3r Contributor
Contributor
3
Posts
0
Kudos
0
Solutions
Your 3rd PayPal Anniversary
Your PayPal Anniversary
The Return
Active
View all
Latest Contributions by plantprogramm3r
  • Topics plantprogramm3r has Participated In
  • Latest Contributions by plantprogramm3r

Occasional INVALID_RESOURCE_ID Error with Sandbox ...

by plantprogramm3r Contributor in Sandbox Environment
‎Dec-10-2020 09:25 AM
‎Dec-10-2020 09:25 AM
Hi, PayPal sandbox developer team, I occasionally get an error when using the PayPal sandbox payouts API.   If I attempt the API call a few seconds later it seems to work - it just seems to be an occasional thing.   For reference, I'm making multiple calls in a row to the API with only one transaction per call,  since I don't want the entire call to fail - if I were to put multiple transactions in one POST call, and it failed, I think this may happen if only one email address was not correct.   Here is some relevant JSON/extraneous condensed information:       {"name":"INVALID_RESOURCE_ID","message":"The requested resource ID was not found","debug_id":"7b89b5c146f83","information_link":"https://developer.paypal.com/docs/api/payments.payouts-batch/#errors","details":[],"links":[]} 404 Not Found       Is there any way to know what this error exactly means or is there any way to debug the error?   I can't find any relevant information for this error with the PayPal Payout API.   Also, another question: when I move to production what should be the URL be for obtaining the token?    In the sandbox I see it is - https://api-m.sandbox.paypal.com/v1/oauth2/token.   Will it be the same link for production?   I appreciate any advice. ... View more
Labels:
  • Labels:
  • API
  • Payouts
  • Reference Transactions

PayPal POST Variables Returned in Sandbox But Not ...

by plantprogramm3r Contributor in PayPal Payments Standard
‎Jul-19-2020 06:32 PM
‎Jul-19-2020 06:32 PM
I've recently been able to successfully complete a purchase with the PayPal Sandbox and had POST variables available after the purchase, which redirects to a submission form page (which should only be viewable after payment) on payment: <removed>     I inserted the following code within the "Advanced Variables" section of the button to do this:     return=https://example.com/submit-details-test/ rm=2 custom=alreadyPaid     However, when I attempt to make a live purchase with a real PayPal account with a real payment button, inserting the same code (changing the return URL to reflect my actual site) within the "Advanced Variables", the POST array is empty on return. It's odd because I didn't need to setup PDT or IPN in the sandbox for the sandbox to work.   (I, at the very least, need that custom variable alreadyPaid to be returned so we can verify that a person has paid before letting them view the form submission page.)   Are there specific settings that must be set in the live PayPal account to use this (or can I not receive POST data back on the return URL, but only through setting up IPN?)? ... View more

PayPal POST Variables Not Being Returned Following...

by plantprogramm3r Contributor in PayPal Payments Standard
‎Jul-19-2020 01:50 PM
‎Jul-19-2020 01:50 PM
I've recently been able to successfully complete a purchase with the PayPal Sandbox and had POST variables available after the purchase, which redirects to a submission form page (which should only be viewable after payment) on payment:   array(30) { ["payer_email"]=> string(36) "example.com" ["payer_id"]=> string(13) "4FUN7NBSC787C" ["payer_status"]=> string(8) "VERIFIED" ["first_name"]=> string(4) "John" ["last_name"]=> string(3) "Doe" ["address_name"]=> string(12) "Tester Tests" ["address_street"]=> string(12) "3000 Pine St" ["address_city"]=> string(7) "Testing" ["address_country_code"]=> string(2) "GB" ["address_zip"]=> string(8) "SW1A 1AA" ["residence_country"]=> string(2) "GB" ["txn_id"]=> string(17) "4JL40298VT457961L" ["mc_currency"]=> string(3) "USD" ["mc_fee"]=> string(4) "0.33" ["mc_gross"]=> string(4) "1.00" ["protection_eligibility"]=> string(8) "ELIGIBLE" ["payment_fee"]=> string(4) "0.33" ["payment_gross"]=> string(4) "1.00" ["payment_status"]=> string(9) "Completed" ["payment_type"]=> string(7) "instant" ["handling_amount"]=> string(4) "0.00" ["shipping"]=> string(4) "0.00" ["quantity"]=> string(1) "1" ["txn_type"]=> string(10) "web_accept" ["payment_date"]=> string(20) "2020-07-19T20:05:47Z" ["business"]=> string(36) "example.com" ["receiver_id"]=> string(13) "LTCCDM4GCQZKW" ["notify_version"]=> string(11) "UNVERSIONED" ["custom"]=> string(11) "alreadyPaid" ["verify_sign"]=> string(56) "AcUCovblmWr2tKRnFCWWVIV11FyiA6BhiCk05j3nsD6ht3wW7G7A4Jxa" }   I inserted the following code within the "Advanced Variables" section of the button to do this:     return=https://example.com/submit-details-test/ rm=2 custom=alreadyPaid   However, when I attempt to make a live purchase with a real PayPal account with a real payment button, inserting the same code (changing the return URL to reflect my actual site) within the "Advanced Variables", the POST array is empty on return. I, at the very least, need that custom variable alreadyPaid to be returned so we can verify that a person has paid before letting them view the form submission page.   Are there specific settings that must be set in the live PayPal account to use this (or can I not receive POST data back on the return URL, but only through setting up IPN?)? ... View more
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!