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 ‎Sep-07-2021
iamzain
iamzain Contributor
Contributor
2
Posts
0
Kudos
0
Solutions
The Return
Active
View all
Latest Contributions by iamzain
  • Topics iamzain has Participated In
  • Latest Contributions by iamzain

PayPal message is hidden by the script

by iamzain Contributor in PayPal Payments Standard
‎Jul-14-2022 02:00 AM
‎Jul-14-2022 02:00 AM
Here is the PayPal Messages implementation for next.js app: import { COMPONENTS, DISABLE_FUNDING } from './PayPalBanner.constants'; import { PayPalBannerProps } from './PayPalBanner.types'; import styles from './PayPalBanner.module.scss'; export const PayPalBanner = ({ placement, layout, color, ratio, clientId, currency, }: PayPalBannerProps): JSX.Element => { const initialOptions = { 'client-id': clientId, currency, components: COMPONENTS, 'disable-funding': DISABLE_FUNDING, }; const messagesOptions = { placement, className: styles['paypal-banner'], style: { layout, color, ratio, }, }; return ( <PayPalScriptProvider options={initialOptions}> <PayPalMessages {...messagesOptions} /> </PayPalScriptProvider> ); }; When using "4x1" ratio, the scripts hide the Message with this warning in the console: "paypal_messages_hidden {description: 'PayPal Message has been hidden. Message must be vi…of 0px x 0px. Current container is 160px x 448px.', index: '4', duration: 4969, timestamp: '1657708224321'}". Basically, the script changes the iframe style to "opacity: 0 !important". If the container height is changed according to the height of the Message it solves the problem at first glance. But when you change the height of the browser (make it lower) the Message is hidden again on reload. How to solve this problem? Thanks! ... View more

How can I send money go the app user via paypal or...

by iamzain Contributor in Sandbox Environment
‎Sep-07-2021 01:27 AM
‎Sep-07-2021 01:27 AM
I have an applicatiin which user play some games and earn scores and after that, they can earn money, according to their sum od scores. The problem is, I dont know how should I integrate this method (sending money to the user) with my app. I both have Visa card and business paypal account and to be honest, i wanna have both of them in my app. although I have read previous posts in stackoverflow about this thing, I have'nt reached to my answer. Please help me in details, if possible Thanks a lot. ... 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!