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 ‎Sep-07-2023
Country: United States
Type: Personal
DWdeveloper
DWdeveloper Contributor
Contributor
8
Posts
5
Kudos
0
Solutions
Conversationalist
Your PayPal Anniversary
Esteemed
Giving
Ice Breaker
The Return
Liked
Active
View all
Latest Contributions by DWdeveloper
  • Topics DWdeveloper has Participated In
  • Latest Contributions by DWdeveloper

How to validate data existence on PayPal side

by DWdeveloper Contributor in REST APIs
‎Nov-28-2024 04:13 AM
‎Nov-28-2024 04:13 AM
Hello, we are passing a customer's email address and phone number in the order creation call for the following payment sources: credit_card, paypal, apple_pay, venmo, and p24.  https://developer.paypal.com/docs/api/orders/v2/#orders_create   So, our question here is: How can we validate that the customer's email address and phone number were correctly passed to the PayPal side? ... View more

Authorization failed due to insufficient permissio...

by DWdeveloper Contributor in Sandbox Environment
‎Nov-18-2024 07:46 AM
‎Nov-18-2024 07:46 AM
Hello, receiving the error:  { "name": "NOT_AUTHORIZED", "debug_id": "f97591902909b", "message": "Authorization failed due to insufficient permissions.", "details": [ { "issue": "NOT_AUTHORIZED", "description": "Authorization failed due to insufficient permissions." } ] }   Could you please enable the future payments scope to our sandbox rest api app associated with the debug id provided (f97591902909b) ? Account ID: FTGXC96R23DHS.   Thanks in advance!   ... View more

After Billing Agreement conversion full billing ad...

by DWdeveloper Contributor in Sandbox Environment
‎Jun-06-2024 02:57 AM
‎Jun-06-2024 02:57 AM
Hi, We are trying to convert the Billing Agreement to a payment token using this endpoint - https://developer.paypal.com/docs/api/payment-tokens/v3/#payment-tokens_create. Unfortunately, the billing address is not retrieved in the expected format, namely, we are not getting address_line_2, admin_area_1, or admin_area_2 properties in the response object. The sandbox account - “FTGXC96R23DHS”.   Please see the response (debug id - a65d293c96600) :   { "id":"88m4799541914464a", "customer":{ "id":"PErdJaVevH" }, "payment_source":{ "paypal":{ "shipping":{ "name":{ "full_name":"test test" }, "address":{ "address_line_1":"473 Wiseman Street", "admin_area_2":"Sevierville", "admin_area_1":"TN", "postal_code":"37862", "country_code":"US" } }, "usage_type":"MERCHANT", "customer_type":"CONSUMER", "email_address":"*****", "payer_id":"KQ8J29DP3YCCU", "name":{ "given_name":"Angelo", "surname":"Filippo", "full_name":"Angelo Filippo" }, "phone":{ "phone_number":{ "country_code":"US", "national_number"[Removed. Phone #s not permitted] } }, "address":{ "address_line_1":"2200 Mission College Blvd.", "postal_code":"95054", "country_code":"US" } } }, "links":[ { "href":"https://api.sandbox.paypal.com/v3/vault/payment-tokens/88m4799541914464a", "rel":"self", "method":"GET", "encType":"application/json" }, { "href":"https://api.sandbox.paypal.com/v3/vault/payment-tokens/88m4799541914464a", "rel":"delete", "method":"DELETE", "encType":"application/json" } ] }       ... View more

Re: The error when trying to get billing agreement...

by DWdeveloper Contributor in Sandbox Environment
‎May-17-2024 02:36 AM
1 Kudo
‎May-17-2024 02:36 AM
1 Kudo
Hello @MTS_Jennifer, thanks for your help, it successfully works. ... View more

Re: The error when trying to get billing agreement...

by DWdeveloper Contributor in Sandbox Environment
‎May-16-2024 12:17 AM
1 Kudo
‎May-16-2024 12:17 AM
1 Kudo
Hi @MTS_Jennifer , thank you for your involvement. Unfortunately, we are still not able to use the Billing Agreement flow, please see the error:   { "name":"BUSINESS_ERROR", "debug_id":"c6b0799641e2f", "message":"Business error", "information_link": "https://developer.paypal.com/webapps/developer/docs/api/#BUSINESS_ERROR", "details":[ { "name":"UNAUTHORISED ACCESS", "message":"Authorization failed due to insufficient permissions. Invalid Scopes" } }   ... View more

The error when trying to get billing agreement tok...

by DWdeveloper Contributor in Sandbox Environment
‎May-14-2024 07:18 AM
2 Kudos
‎May-14-2024 07:18 AM
2 Kudos
Hello, we are receiving such a PayPal error when trying to get a billing agreement token for non-US locations (like IT, etc.) for sandbox account “FTGXC96R23DHS”. { "name": "BUSINESS_ERROR", "debug_id": "97162070ca8f2", "message": "Business error", "information_link": "https://developer.paypal.com/webapps/developer/docs/api/#BUSINESS_ERROR", "details": [ { "name": "UNAUTHORISED ACCESS", "message": "Authorization failed due to insufficient permissions. Invalid Scopes" } ] }   Could you please check if any additional settings are required from your side or advise us on how to fix this issue? ... View more
Labels:
  • Labels:
  • API
  • REST

Re: Enable billing address return for a sandbox ac...

by DWdeveloper Contributor in Sandbox Environment
‎Sep-08-2023 02:07 AM
‎Sep-08-2023 02:07 AM
Hello!   Could you please also enable the return of billing address for account ID: A8T9K3C84VW74?   Thank you in advance! ... View more

Enable billing address return for a sandbox accoun...

by DWdeveloper Contributor in Sandbox Environment
‎Sep-07-2023 12:54 AM
1 Kudo
‎Sep-07-2023 12:54 AM
1 Kudo
Hello!   Could you please help with activating the return of billing address functionality for a sandbox account. Account ID: FTGXC96R23DHS   Thank you in advance! ... 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!