Skip to main content
Cookies help us customize the PayPal Community for you, and some are necessary to make our site work. By browsing this website, you consent to the use of cookies. Learn more
Accept
Reject

PayPal Community

  • Dashboard
  • Send and Request
  • Wallet
  • Business
  • Help
Log in
since ‎Jan-17-2018
MTS_Jennifer
Moderator MTS_Jennifer
Moderator
519
Posts
75
Kudos
66
Solutions
Insightful
Commended
Your 5th PayPal Anniversary
Your 3rd PayPal Anniversary
Your PayPal Anniversary
Mentor
Articulate
Gregarious
Clever
Applauded
Neighborly
New Look
Admired
Brain Power
Active
View all
Latest Contributions by MTS_Jennifer
  • Topics MTS_Jennifer has Participated In
  • Latest Contributions by MTS_Jennifer
  • « Previous page
    • 1
    • …
    • 49
    • 50
    • 51
  • Next page »

Re: Bank Transfera

by Moderator MTS_Jennifer in REST APIs
‎Feb-15-2018 02:29 PM
‎Feb-15-2018 02:29 PM
You can use Rest API to receive funds, create billing agreements, as well as payout funds from a PayPal Account. While, there are no Rest API operations to add funds to a merchant's PayPal Account from their own bank account, merchants can receive funds from buyers that chose to pay using their bank accounts. Here is a listing of different API Operations for Rest API: https://developer.paypal.com/docs/directory/#paypal-rest-solutions-and-apis   Here is more information on adding money to a PayPal Account: https://www.paypal.com/us/selfhelp/article/how-do-i-add-money-to-my-paypal-balance-faq1348   Thank you, Jennifer ... View more

Re: scope of webhooks and apps

by Moderator MTS_Jennifer in REST APIs
‎Feb-15-2018 12:01 PM
‎Feb-15-2018 12:01 PM
Webhooks is specific to Rest API events, and tied in to specific Rest API Applications. If you are not using Express checkout.jsv4 or Rest API then you will not receive webhooks. If you are using Standard Payment buttons you can use Instant Payment Notifications to receive information on the completed payments. Thank you, Jennifer ... View more

Re: Getting generic error code UNSUPPORTED_PAYEE_C...

by Moderator MTS_Jennifer in Sandbox Environment
‎Feb-15-2018 11:08 AM
‎Feb-15-2018 11:08 AM
The error message indicates that you are using a currency that is not supported. Here is a listing of Supported Currencies: Rest API Currency Codes PayPal Standard Currency Codes   The formatting of the currency code is three characters. For example US Dollars is USD and Canadian Dollars is CAD For Rest API and Payouts the currency code looks like this in the request: "currency": "USD" For HTML: <input type="hidden" name="currency_code" value="USD"> Thank you, Jennifer   ... View more

Re: Is there Paypal Website Payments Standard Inte...

by Moderator MTS_Jennifer in PayPal Payments Standard
‎Feb-13-2018 12:47 PM
‎Feb-13-2018 12:47 PM
At this time the PayPal Standard Integration guide is only available in the HTML format. This was decided by the PayPal Product Developers responsible for the document content as the best option to ensure all the information published is the most up to date information. Here is the link to the most updated PayPal Standard Information: https://developer.paypal.com/docs/classic/paypal-payments-standard/integration-guide/pps_integration/ Thank you, Jennifer   ... View more

Re: Can I test PayPal Rest API integration on prod...

by Moderator MTS_Jennifer in Sandbox Environment
‎Feb-13-2018 10:06 AM
‎Feb-13-2018 10:06 AM
You cannot pay yourself since this is considered Cash Advancing, which is a restricted activity. Please keep in mind that your live PayPal Account cannot be used to test credit card behaviors. If you are attempting a Direct Credit Card, you can perform one test transaction with one of the test cards to ensure that live your integration is setup correctly. If you are testing PayPal payments, when you receive the correct PayPal Hosted Page you have integrated PayPal Payments correctly. Thank you, Jennifer ... View more

Re: _notify-synch with PayPal pro

by Moderator MTS_Jennifer in PayPal Reporting
‎Feb-09-2018 12:49 PM
‎Feb-09-2018 12:49 PM
PayPal Pro works with API requests and responses, so it does not work with Payment Data Transfer. You should receive the transaction id in the API response. If you did not receive the information in the response, you can use Transaction Search to locate Transaction IDs. Below is the information on Transaction Search API: Transaction Search API   If needed, however, you can also setup Instant Payment Notifications, which will send your database the transaction id as well.  Information on Instant Payment Notifications   Thank you, Jennifer     ... View more

Re: Integrate Salesforce with Payflow Pro

by Moderator MTS_Jennifer in Payflow
‎Feb-09-2018 09:47 AM
‎Feb-09-2018 09:47 AM
Based on the documentation that I have seen on Salesforce, a plugin will be required to integrate Payflow Pro and Salesforce. You can do a search for a 3rd Party Plugin that integrates with Salesforce and Payflow or you can develop your own plugin.   Here is the Payflow Developer Guide   Here is a listing of credentials and endpoints Live: https://payflowpro.paypal.com Test/Sandbox: https://pilot-payflowpro.paypal.com   Thank you, Jennifer ... View more

Re: Open amount and description

by Moderator MTS_Jennifer in Payflow
‎Feb-09-2018 09:25 AM
‎Feb-09-2018 09:25 AM
Typically if an open amount and description is seen when payment attempts are being made, this means that the amount that is being passed to PayPal is 0.00.  <input name="amount" type="hidden" value="0.00" /> - example of the what the code looks like Below is an example: Below is the link to the variable reference: variable reference   To correct this issue, your button or shopping cart must pass in a valid amount greater than 0.00.   Thank you, Jennifer   ... View more

Re: We're sorry, things don't appear to be working...

by Moderator MTS_Jennifer in NVP/SOAP APIs
‎Feb-09-2018 09:02 AM
‎Feb-09-2018 09:02 AM
There were some changes that had been made to the PayPal Standard Checkout, which are related to receiving the error message "things don't appear to be working at the moment." Here are some of the top reasons for the error message, Currency symbols $ in the amount field Quotation marks in drop down menus or description field, example sizes 10" x 10" Incorrect formatting of any of the variables Passing too many characters in the item name field: max Character length: 127 Using a deprecated variable The below link has additional information on the top reasons for this error message: Things don't appear to be working   Here is a link to a listing of HTML Variables: List of HTML Variables for PayPal Standard   Thank you, Jennifer ... View more

Re: "Version not supported" in SOAP Request

by Moderator MTS_Jennifer in NVP/SOAP APIs
‎Feb-08-2018 01:31 PM
‎Feb-08-2018 01:31 PM
The newest version of NVP/SOAP API is  Version 204. There are certain API Operations that are no longer supported, which can cause a version not supported error message as well. Here is a listing of API Operations and what versions do not support them: List of API Operations   Here is the documentation on the SOAP SetExpressCheckout API Operation. Thanks, Jennifer   ... View more
  • « Previous page
    • 1
    • …
    • 49
    • 50
    • 51
  • Next page »
Kudos from
User Count
Temp20231124ag
Temp20231124ag Contributor
1
Integrator0
Integrator0 Contributor
1
DWdeveloper
DWdeveloper Contributor
1
STNBANK
STNBANK
1
Dymorng
Dymorng Member
1
View all
Kudos given to
User Count
Ron-P
Ron-P Contributor
1
PeanutsCloset
PeanutsCloset Contributor
1
NiteLiteDF
NiteLiteDF Contributor
1
pitos-rio
pitos-rio Contributor
1
kernowlass
kernowlass Esteemed Advisor
2
View all
Paypal Logo
  • Help
  • Contact Us
  • Security
  • Fees
  • © 1999-2023 PayPal, Inc. All rights reserved.
  • Privacy
  • Legal
  • 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