<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: PayPal Developer</title>
    <description>The latest articles on DEV Community by PayPal Developer (@paypaldeveloper).</description>
    <link>https://dev.to/paypaldeveloper</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Forganization%2Fprofile_image%2F5140%2F5bb4da6c-cc88-4e02-98a6-ea80ad2ff3b6.png</url>
      <title>DEV Community: PayPal Developer</title>
      <link>https://dev.to/paypaldeveloper</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/paypaldeveloper"/>
    <language>en</language>
    <item>
      <title>PayPal Releases Agentic Toolkit to Accelerate Commerce</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Mon, 14 Apr 2025 21:38:44 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/paypal-releases-agentic-toolkit-to-accelerate-commerce-2286</link>
      <guid>https://dev.to/paypaldeveloper/paypal-releases-agentic-toolkit-to-accelerate-commerce-2286</guid>
      <description>&lt;p&gt;Building on the release of PayPal’s &lt;a href="https://developer.paypal.com/community/blog/paypal-model-context-protocol/" rel="noopener noreferrer"&gt;MCP servers&lt;/a&gt;, PayPal is excited to introduce the &lt;a href="https://github.com/paypal/agent-toolkit/" rel="noopener noreferrer"&gt;PayPal Agentic Toolkit&lt;/a&gt;*. This toolkit empowers developers to seamlessly integrate PayPal's comprehensive suite of APIs—including those for managing orders, invoices, disputes, shipment tracking, transaction search and subscriptions—into various AI frameworks. With PayPal Agentic Toolkit, developers can now build sophisticated agentic workflows that handle financial operations with intelligence and efficiency.&lt;/p&gt;

&lt;h3&gt;
  
  
  Overview of PayPal Agent Toolkit
&lt;/h3&gt;

&lt;p&gt;The PayPal Agentic Toolkit is a library designed to simplify the integration of PayPal's core commerce functionalities into AI agent workflows. By providing a structured and intuitive interface, the toolkit bridges the gap between PayPal’s powerful APIs and modern AI agent frameworks, allowing agents to perform tasks such as creating and managing orders, generating and sending invoices, and handling subscription lifecycles. It eliminates the need for developers to manually integrate with API calls and data formatting by offering pre-built tools and abstractions to streamline these interactions.&lt;/p&gt;

&lt;h2&gt;
  
  
  Key Features of the Toolkit
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Easy integration with PayPal services&lt;/strong&gt;, including functions that correspond to common actions within the orders, invoices, disputes, shipment tracking, transaction search and subscriptions APIs, eliminating the need to delve deep into the specifics of each API endpoint.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Compatibility with popular frameworks and languages&lt;/strong&gt;, including compatibility with leading AI agent frameworks, such as Model Context Protocol (MCP) servers and Vercel's AI SDK, ensuring broad applicability. The toolkit currently supports the Typescript programming language with Python support coming soon.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Extensibility&lt;/strong&gt;, allowing developers to build upon core PayPal functionalities, and enable use with 3rd party toolkits that allows for complex, multi-step operations tailored to their specific agentic use cases.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Merchant Use Cases
&lt;/h2&gt;

&lt;p&gt;The integration of PayPal APIs with AI frameworks through the Agentic Toolkit enables developers to empower businesses with their own agents, facilitating seamless connections to PayPal services for process workflows and task generation for use cases. These include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Order Management and Shipment tracking:&lt;/strong&gt; AI agents can be designed to create orders based on user requests, handle payments and track their shipment status. Developers could design a customer service agent to leverage the PayPal toolkit to process an order and complete a payment via PayPal with buyer authentication. For example, an agent could create an order in PayPal when a user clearly confirms their purchase through a conversational interface, and the user authenticates the payment by logging in to their PayPal account.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Intelligent Invoice Handling:&lt;/strong&gt; Agents can generate invoices based on predefined templates or dynamically created parameters, send them to customers, track their payment status, and send reminders for overdue payments. Imagine an AI assistant that generates invoices upon completion of a service, using natural language instructions to define the invoice details. For example, an AI assistant could generate a PayPal invoice based on the details of a service provided and email it to the client.&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Streamlined Subscription Management:&lt;/strong&gt; AI agents can manage the entire subscription lifecycle, from creating new products, subscription plans and processing recurring payments via PayPal supported payment. A membership management agent could use the toolkit to enroll new members (with their consent) in a PayPal subscription plan. For example, a membership agent could use the toolkit to set up a recurring PayPal payment when a new user signs up for a service and approves the payment.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Get Started
&lt;/h2&gt;

&lt;p&gt;Go to our public &lt;a href="https://github.com/paypal/agent-toolkit/" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt; to try out all the use cases offered by PayPal toolkit, refer to the details for installation and usage &lt;a href="https://github.com/paypal/agent-toolkit/blob/main/README.md" rel="noopener noreferrer"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;*Disclaimer: PayPal Agentic Toolkit provides access to AI-generated content that may be inaccurate or incomplete. Users are responsible for independently verifying any information before relying on it. PayPal makes no guarantees regarding output accuracy and is not liable for any decisions, actions, or consequences resulting from its use.&lt;/em&gt;&lt;/p&gt;

</description>
      <category>ai</category>
      <category>api</category>
      <category>tooling</category>
      <category>developers</category>
    </item>
    <item>
      <title>Unveiling an Interactive Integration Experience for Faster Development</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Wed, 22 May 2024 00:55:54 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/unveiling-an-interactive-integration-experience-for-faster-development-10cg</link>
      <guid>https://dev.to/paypaldeveloper/unveiling-an-interactive-integration-experience-for-faster-development-10cg</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F13wu08qnn393vp6b04y3.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F13wu08qnn393vp6b04y3.png" alt="Image description" width="800" height="545"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We're thrilled to launch our interactive integration experience. This revamped platform tackles the key challenges developers face when integrating with complex payment scenarios, empowering you to integrate PayPal solutions more efficiently. This leads to fast and quick time to market for merchants.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;What problems were we solving?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The objective of the new studio experience is to empower developers by facilitating swift and simple integration of PayPal solutions. We recognize the challenges developers face when starting out, particularly with the lengthy process of integrating PayPal checkout solutions. Therefore, we emphasize the importance of rapid exploration and experimentation. Addressing the issue of difficult-to-use solutions, which often consume valuable time and divert attention from core development tasks, our aim is to enhance efficiency and user-friendliness. Additionally, we acknowledge the fragmented integration experiences of freelancers managing multiple tasks simultaneously, striving to provide a more holistic view and streamline workflow processes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How did we do it?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The interactive integration experience offers a comprehensive solution, guiding users through every stage from initial discovery to a successful launch. It provides end-to-end integration guidance with step-by-step tutorials covering the entire process, including discovery, testing, and going live. The discovery process is streamlined to offer developers the most suitable PayPal integration option tailored to their specific business needs and use cases. Interactive integration guides further simplifying the process by breaking down complex integrations into clear, understandable steps. Additionally, seamless integration with popular third-party tools such as Github, Codespaces, and Postman collections enhances usability. With embedded sandbox and configuration capabilities directly within this new interactive integration guide, users can test and configure integrations without the need to switch between environments. Real-time API log views also offer valuable insights for troubleshooting purposes.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Streamlining Your Integration: Key Features of the New Interactive Experience&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The interactive integration experience offers a comprehensive set of features designed to make your integration faster:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Tailored Integration for Your Needs: Step-by-step integration checklist with associated code panel and preferred programming language to guide the entire integration lifecycle, from discovery to testing and going live.
&lt;/li&gt;
&lt;li&gt;Interactive Buyer Journey Preview: Experience a real-time preview of the checkout flow from the buyer's perspective, including various supported payment methods. This allows you to visualize and test the user experience for yourself. &lt;/li&gt;
&lt;li&gt;Embedded Sandbox and Configuration Capabilities: Test and configure Sandbox integrations directly within the integration experience without switching between dashboards.
&lt;/li&gt;
&lt;li&gt;Real-time API Insights: Gain valuable troubleshooting assistance with the Test Panel's API call log. This feature displays all API interactions in real-time in a sandbox environment, helping you identify and resolve any issues swiftly. &lt;/li&gt;
&lt;li&gt;Customizable Integration Options: While not mandatory, we offer recommended additional features and use cases to enhance your integration and cater to specific scenarios within your project.&lt;/li&gt;
&lt;li&gt;These features enable you to develop seamless and secure payment experiences for your users, ultimately leading to a smoother shopping experience for everyone involved.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Ready to Get Started?&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Watch &lt;a href="https://www.youtube.com/watch?v=U4aSeCc6H1U"&gt;this video&lt;/a&gt; to get an overview and head over to the &lt;a href="https://developer.paypal.com/studio/checkout/standard/integrate"&gt;Checkout integration guide&lt;/a&gt; and experience the new interactive integration experience. &lt;/p&gt;

&lt;p&gt;We're committed to continuously improving the integration experience based on your feedback. Let us know what you think – your input will help shape the future of integration!&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Developer Updates - February Edition</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Fri, 01 Mar 2024 01:26:56 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/developer-updates-february-edition-2dfn</link>
      <guid>https://dev.to/paypaldeveloper/developer-updates-february-edition-2dfn</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqb2hzr1qo3ypixq12hjh.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fqb2hzr1qo3ypixq12hjh.jpg" alt="Image description" width="800" height="322"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Recent updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Integrating no-code Checkout&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;A game-changer for developers and merchants, enabling PayPal Checkout setup within minutes and providing a hosted solution for those without websites. Go live with the convenience of &lt;a href="https://developer.paypal.com/docs/checkout/copy-paste/"&gt;copy and paste&lt;/a&gt; functionality without any technical knowledge or coding required for a seamless integration&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Upgrade to PayPal Complete Payments&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;If you have an older integration such as Payflow, Express Checkout, or Website Payments standard, you will want to &lt;a href="https://developer.paypal.com/upgradehub/"&gt;upgrade&lt;/a&gt; to PayPal Complete Payments to get our latest payment features and innovations. This latest integration is our all-in-one solution for your payment needs and powers our best-in-class checkout experiences.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Helpful resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Shift Left&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;‘&lt;a href="https://developer.paypal.com/community/blog/shiftleft-softwareqa"&gt;Shift Left&lt;/a&gt;’ testing is a methodology in software development that involves moving testing activities to the earliest possible stage in the Software Development Lifecycle (SDLC). This contrasts with traditional models where testing follows development, aiming to improve quality and efficiency by identifying issues earlier.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PayPal Server-side SDKs&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal will be undergoing a transition regarding its &lt;a href="https://developer.paypal.com/community/blog/navigating-paypal-server-sdks"&gt;server-side SDKs&lt;/a&gt;. This will include removing deprecated SDKs from our public GitHub presence, while concurrently gearing up to introduce new, innovative solutions. This article summarizes details on this shift, how developers can prepare for the transition, and the benefits of the new server-side SDKs.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Community updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Signup for no-code integrations&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Attention, developers! Are you ready to revolutionize your workflow with No Code solutions? Sign up by reaching us at &lt;a href="mailto:developer@paypal.com"&gt;developer@paypal.com&lt;/a&gt; and we will feed you with the latest products and technology updates.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer Meetups&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We organize global meetups to facilitate knowledge-sharing, networking, and connections between diverse talents and PayPal leaders. &lt;a href="https://www.meetup.com/paypal-developer-community/events/299362883/"&gt;Register&lt;/a&gt; for our meetup in San Jose, California on March 27.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Stay connected
&lt;/h2&gt;

&lt;p&gt;To get help with code or share feedback, visit our &lt;a href="https://developer.paypal.com/community/"&gt;community page&lt;/a&gt;, or reach out to the communities below:&lt;/p&gt;

&lt;p&gt;-Follow us on &lt;a href="https://twitter.com/paypaldev"&gt;Twitter&lt;/a&gt; for updates and latest news. &lt;br&gt;
-Reach out to us on &lt;a href="https://github.com/paypaldev"&gt;GitHub&lt;/a&gt;. &lt;br&gt;
-Get your questions answered on &lt;a href="https://stackoverflow.com/questions/tagged/paypal"&gt;Stack Overflow&lt;/a&gt;.&lt;br&gt;
-Subscribe to our &lt;a href="https://www.youtube.com/channel/UCvNxReTAQudFN4RQth9r_6A"&gt;YouTube&lt;/a&gt; channel for the latest how-to videos.&lt;br&gt;
-Become a member in one of our &lt;a href="https://www.meetup.com/pro/paypaldeveloper/"&gt;meetup groups&lt;/a&gt;. &lt;br&gt;
-Find more articles on &lt;a href="https://medium.com/paypal-tech"&gt;Medium&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Developer Updates – January Edition</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Tue, 30 Jan 2024 01:39:51 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/developer-updates-january-edition-4d03</link>
      <guid>https://dev.to/paypaldeveloper/developer-updates-january-edition-4d03</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpu800or70wzzuu0cf1td.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fpu800or70wzzuu0cf1td.png" alt="Image description" width="614" height="772"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Recent updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Get ready for new PayPal features&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;On January 25th, PayPal announced several product innovations. Our goal: to empower developers to take advantage of &lt;a href="https://developer.paypal.com/community/blog/faststart/"&gt;these new features&lt;/a&gt; by first upgrading your integrations to PayPal's latest payment stack.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New Developer Community hub&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We are thrilled to launch the new PayPal &lt;a href="https://developer.paypal.com/community/blog/PayPal_CommunityHub"&gt;Developer Community&lt;/a&gt;, a platform designed to empower developers around the globe to learn, collaborate and build with PayPal.    &lt;/p&gt;

&lt;h2&gt;
  
  
  Helpful resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Developer’s guide to seamless transactions&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;&lt;a href="https://developer.paypal.com/community/blog/paypal-api-developer-series"&gt;This blog&lt;/a&gt; will focus on how PayPal APIs are essential to a developer’s toolkit. From unraveling the key benefits these APIs offer to exploring real-world examples illuminating their potential, we'll journey through best practices for seamless implementation. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PayPal USD for commerce&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;PayPal announced in 2023 the launch of PayPal USD (PYUSD), a U.S. dollar denominated stablecoin designed for payments. &lt;a href="https://developer.paypal.com/community/blog/pyusd-stablecoin"&gt;In this post&lt;/a&gt;, we will explore what PYUSD is, how it works as an ERC-20 token, and how it can be used in commerce.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The shift to Private&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal will be undergoing a transition regarding its server-side SDKs. This will include removing deprecated SDKs from our public GitHub presence, while concurrently gearing up to introduce new, innovative solutions. &lt;a href="https://developer.paypal.com/community/blog/navigating-paypal-server-sdks"&gt;This article&lt;/a&gt; summarizes details on this shift, how developers can prepare for the transition, and the benefits of the new server-side SDKs.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Community updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Checkout our new community&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://developer.paypal.com/community/"&gt;Visit&lt;/a&gt; the PayPal Developer Community to stay in the loop with payment trends, get notified of events, meet fellow developers, and participate in programs to sharpen your skills. This community is dedicated to fostering learning and encouraging connections among developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Web3 Developer Meetup in New York&lt;/strong&gt; &lt;br&gt;
​&lt;br&gt;
If you are a web3 product enthusiast we encourage you to participate in a collaborative discussion about the most coveted techniques and features of a stablecoin, which can support and aid future development work for the Web3 community. The event is free of charge and you can register &lt;a href="https://lu.ma/ogvmi2oy"&gt;here&lt;/a&gt;. &lt;/p&gt;

&lt;h2&gt;
  
  
  Stay connected
&lt;/h2&gt;

&lt;p&gt;To get help with code or share feedback, visit our &lt;a href="https://developer.paypal.com/community/"&gt;community page&lt;/a&gt;, or reach out to the communities below:&lt;/p&gt;

&lt;p&gt;-Follow us on &lt;a href="https://twitter.com/paypaldev"&gt;Twitter&lt;/a&gt; for updates and latest news. &lt;br&gt;
-Reach out to us on &lt;a href="https://github.com/paypaldev"&gt;GitHub&lt;/a&gt;. &lt;br&gt;
-Get your questions answered on &lt;a href="https://stackoverflow.com/questions/tagged/paypal"&gt;Stack Overflow&lt;/a&gt;.&lt;br&gt;
-Subscribe to our &lt;a href="https://www.youtube.com/channel/UCvNxReTAQudFN4RQth9r_6A"&gt;YouTube&lt;/a&gt; channel for the latest how-to videos.&lt;br&gt;
-Become a member in one of our &lt;a href="https://www.meetup.com/pro/paypaldeveloper/"&gt;meetup groups&lt;/a&gt;. &lt;br&gt;
-Find more articles on &lt;a href="https://medium.com/paypal-tech"&gt;Medium&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Embracing the Future: Get Ready for New PayPal Features</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Thu, 25 Jan 2024 17:32:57 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/embracing-the-future-get-ready-for-new-paypal-features-5bi0</link>
      <guid>https://dev.to/paypaldeveloper/embracing-the-future-get-ready-for-new-paypal-features-5bi0</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsc2u8cl5vf2saxs9ruto.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fsc2u8cl5vf2saxs9ruto.png" alt="Image description" width="800" height="444"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="http://www.youtube.com/paypal"&gt;Earlier today&lt;/a&gt;, PayPal revealed several product innovations set to revolutionize commerce, again. Our goal is to empower developers and merchants by boosting sales and reducing costs. The key is to enhance customer engagement and lifetime value at each stage of the shopping journey, ultimately leading to higher conversion rates in digital transactions:    &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;Transforming checkout:&lt;/strong&gt; Our password-less authentication and insights capability empowers merchants to craft personalized and meaningful experiences, driving customers to purchase. It also establishes an accelerated checkout process, sleeker design, and increased speed, enhancing the overall user experience. Fastlane by PayPal is designed to create a swift guest checkout flow and enhance conversion rates for guest checkouts. &lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;AI-powered insights:&lt;/strong&gt; Leverage the power of artificial intelligence with PayPal’s latest checkout solutions, designed to enhance conversion rates. These AI-powered tools offer security and convenience, analyzing vast amounts of data to optimize the checkout experience and predict customer preferences more accurately.
&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Personalized commerce:&lt;/strong&gt; Utilizing PayPal's data insights to deliver the most relevant and rewarding shopping experience to the customer via PayPal channels and merchants. &lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;As a developer, your expertise and active participation are key drivers in this significant transformation of online commerce. If you are not already on the latest stack, we strongly recommend upgrading your integrations to PayPal's latest payment stack, which includes JavaScript SDK (v5) and Orders v2 API. This will allow you to take advantage of the enhanced checkout experience and advanced AI capabilities. This is especially important for users with legacy integrations like Web Payments Standard, Express Checkout, and other NVP/SOAP solutions.  &lt;/p&gt;

&lt;p&gt;To ensure a smooth transition, PayPal is dedicated to offering comprehensive support, including detailed documentation, tools, and direct assistance for developers.  You can expect a more robust support system that guides you through the process of transitioning in the coming weeks. This ensures you can fully capitalize on the advanced features and capabilities introduced by PayPal in 2024.  &lt;/p&gt;

&lt;p&gt;To learn more about these new innovations, &lt;a href="//www.youtube.com/paypal"&gt;watch&lt;/a&gt; the announcement from PayPal CEO Alex Chriss and visit PayPal.com to &lt;a href="http://www.paypal.com/us/whats-new/first-look"&gt;sign up&lt;/a&gt; for early access to new PayPal updates. &lt;/p&gt;

</description>
    </item>
    <item>
      <title>Welcome to the PayPal Developer Community</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Mon, 22 Jan 2024 20:51:12 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/welcome-to-the-paypal-developer-community-1bl6</link>
      <guid>https://dev.to/paypaldeveloper/welcome-to-the-paypal-developer-community-1bl6</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5d8i6xcgzl7l54o9iv44.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F5d8i6xcgzl7l54o9iv44.jpg" alt="Image description" width="800" height="533"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;At PayPal, we deeply understand that developers are the cornerstone of groundbreaking solutions. In recognition of this, we are thrilled to unveil the PayPal Developer Community – a dynamic hub designed to empower and streamline payment integrations for developers around the globe.&lt;/p&gt;

&lt;p&gt;Our new developer experience is designed to be simple and easy to use. It features a more intuitive user interface, enhanced documentation, and a simple onboarding process. We upgraded our dashboard for better control and insight. We provide a range of resources to help you get started quickly with PayPal's payment solutions, including step-by-step tutorials, how-to videos, and helpful tips and insights.&lt;/p&gt;

&lt;p&gt;Join the PayPal Developer Community to stay in the loop with payment trends, get notified of events, meet fellow developers, and participate in programs to sharpen your skills. This community, complemented by our &lt;a href="https://developer.paypal.com/home/"&gt;Developer Documentation&lt;/a&gt;, is dedicated to fostering learning and encouraging connections among developers.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Blog: Your Source for Insight and Expertise&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our technical &lt;a href="https://developer.paypal.com/community/blog/"&gt;blog&lt;/a&gt; is a go-to resource packed with essential information, split into three easy-to-navigate categories: &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;News: Keep up with the latest in tech. We've got updates on new products, trends, and important industry news. &lt;/li&gt;
&lt;li&gt;Technology: Get into the details of coding. This section is all about technical tips, coding tricks, and the best ways to tackle challenges.&lt;/li&gt;
&lt;li&gt;Learning: Boost your skills with practical guides and case studies. Whether you're learning a new technique or refining your existing skills, this part of the blog has got you covered.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Events: Participate in Learning and Networking Opportunities&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://developer.paypal.com/community/events/"&gt;events&lt;/a&gt; calendar for the latest meetups, tech expos, and trade shows. It's a great chance to connect with top people in the industry, get hands-on in workshops, and meet fellow developers. Don’t miss out on these opportunities to learn and expand your network.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PayPal Champions: Celebrating Expertise and Engagement&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Get to know the &lt;a href="https://developer.paypal.com/docs/community/paypalchampions/"&gt;PayPal Champions&lt;/a&gt; - the standout members of our developer community. Check out their profiles to see what they've achieved, learn from their experiences, and find out how you can become a PayPal Champion too.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Videos: Simplifying Your PayPal Integration&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Dive into the &lt;a href="https://developer.paypal.com/video/home/"&gt;video library&lt;/a&gt; for easy-to-follow tutorials and handy tips. These videos are all about making your PayPal integration smoother and more efficient.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer Newsletter: Keep Up with the Latest&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Stay in the loop by subscribing to the &lt;a href="https://developer.paypal.com/build-better/"&gt;developer newsletter&lt;/a&gt;. You'll get regular updates on new features, tools, and resources, right in your inbox.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Support: We’re Here to Help&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Our &lt;a href="https://developer.paypal.com/support/"&gt;support&lt;/a&gt; page has it all – FAQs, articles, and a community forum for answers and solutions.&lt;/p&gt;

&lt;p&gt;Explore the &lt;a href="https://developer.paypal.com/community/"&gt;PayPal Developer Community&lt;/a&gt; today. Dive into a world of resources, learning, and connections to enhance your development skills with everything technical at PayPal.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Developer Updates - December Edition</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Wed, 20 Dec 2023 01:50:54 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/developer-updates-december-edition-2d7k</link>
      <guid>https://dev.to/paypaldeveloper/developer-updates-december-edition-2d7k</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff02yoj5pu4octt8tgj4y.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Ff02yoj5pu4octt8tgj4y.png" alt="Image description" width="800" height="289"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Our goal is to empower developers and we've undertaken initiatives in the past year to equip you with the essential tools and resources, streamlining your integration journey and enabling success in your projects. &lt;/p&gt;

&lt;p&gt;This edition provides key highlights of the year.&lt;/p&gt;

&lt;h2&gt;
  
  
  Recent updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;OpenAPI specifications&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We announced the public release of PayPal APIs in &lt;a href="https://github.com/paypal/paypal-rest-api-specifications"&gt;OpenAPI 3.0&lt;/a&gt; format. Transitioning to OpenAPI facilitates easier adoption, enables interoperability, automates client code generation, and unlocks seamless integration with existing tools currently used in the industry. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Postman Flows&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.postman.com/paypal/workspace/paypal-public-api-workspace/flow/649ca4a7795511003133311e"&gt;This release&lt;/a&gt; brings a visual workflow executed directly from Postman workflows, offering a streamlined and visual representation of the API workflow. The result? Faster integration times and Time-to-First API Call (TTFC) of less than 1 minute.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;VS Code Extensions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Meet the &lt;a href="https://marketplace.visualstudio.com/items?itemName=PayPal.vscode-paypal"&gt;PayPal VS Code Extension&lt;/a&gt;—an open-source tool developers can use to integrate with PayPal within the Visual Studio Code Editor. This tool accelerates coding tasks, simplifies integration with tailored code snippets, and enhances the overall developer experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Codespaces with PayPal Checkout&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The integration of &lt;a href="https://www.youtube.com/watch?v=2jgoDFn29DM"&gt;GitHub Codespaces&lt;/a&gt; with PayPal Checkout solutions marks a significant advancement in empowering developers with enhanced tooling capabilities. This integration allows developers to swiftly launch a pre-configured environment from a web browser in less than 2 minutes.&lt;/p&gt;

&lt;h2&gt;
  
  
  Helpful resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Low-code/no-code tool&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://developer.paypal.com/integration-builder/"&gt;Integration Builder&lt;/a&gt;, your go-to low-code engagement and discovery tool with comprehensive checkout capabilities simplifying the exploration of PayPal’s checkout options. You can explore both the Standard and Advanced checkout options with real code examples covering everything from the frontend to the backend in different languages.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New video library&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Introduced our brand-new &lt;a href="https://developer.paypal.com/video/home/"&gt;video library&lt;/a&gt; on the developer portal, purpose-built to accelerate developer learning journey with PayPal products and features.&lt;/p&gt;

&lt;h2&gt;
  
  
  Community updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Developer Meetups&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We took our &lt;a href="https://www.meetup.com/pro/paypaldeveloper/"&gt;developer meetups&lt;/a&gt; global by hosting events in Berlin, London and Paris. We closed out the year with our 5th San Jose meetup event in December.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PayPal Champions&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We introduced &lt;a href="https://developer.paypal.com/docs/community/paypalchampions/"&gt;PayPal Champions&lt;/a&gt;, a global program dedicated to celebrating and rewarding external PayPal experts and advocates. Developers and advocates play a crucial role in shaping our products and tools and helping us evolve as a developer-focused company.&lt;/p&gt;

&lt;h2&gt;
  
  
  Stay connected
&lt;/h2&gt;

&lt;p&gt;To get help with code or share feedback, send us an email at &lt;a href="mailto:developer@paypal.com"&gt;developer@paypal.com&lt;/a&gt;, reach out on &lt;a href="https://dev.to/paypaldeveloper"&gt;dev.to&lt;/a&gt; or the communities below. &lt;/p&gt;

&lt;p&gt;-Follow us on &lt;a href="https://twitter.com/paypaldev"&gt;Twitter&lt;/a&gt; for updates and latest news. &lt;br&gt;
-Reach out to us on &lt;a href="https://github.com/paypaldev"&gt;GitHub&lt;/a&gt;. &lt;br&gt;
-Get your questions answered on &lt;a href="https://stackoverflow.com/questions/tagged/paypal"&gt;Stack Overflow&lt;/a&gt;.&lt;br&gt;
-Subscribe to our &lt;a href="https://www.youtube.com/channel/UCvNxReTAQudFN4RQth9r_6A"&gt;YouTube&lt;/a&gt; channel for the latest how-to videos.&lt;br&gt;
-Find more articles on &lt;a href="https://medium.com/paypal-tech"&gt;Medium&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>tutorial</category>
      <category>learning</category>
      <category>product</category>
      <category>news</category>
    </item>
    <item>
      <title>Developer Updates – November Edition</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Thu, 30 Nov 2023 21:11:55 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/developer-updates-november-edition-2epc</link>
      <guid>https://dev.to/paypaldeveloper/developer-updates-november-edition-2epc</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--ATV-dBOw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bilaoxxgur83f44qx4ze.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--ATV-dBOw--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/bilaoxxgur83f44qx4ze.png" alt="Image description" width="800" height="467"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Recent updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;PayPal VS Code Extensions&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;Meet the &lt;a href="https://marketplace.visualstudio.com/items?itemName=PayPal.vscode-paypal"&gt;PayPal VS Code Extension&lt;/a&gt;—an open-source tool developers can use to integrate with PayPal within the Visual Studio Code Editor. This tool accelerates coding tasks, simplifies integration with tailored code snippets, and enhances the overall developer experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;GitHub Codespaces with PayPal Checkout&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;The integration of GitHub Codespaces with PayPal Checkout solutions marks a significant advancement in empowering developers with enhanced tooling capabilities. This integration allows developers to swiftly launch a pre-configured environment from a web browser in less than 2 minutes. Watch &lt;a href="https://www.youtube.com/watch?v=2jgoDFn29DM"&gt;this video&lt;/a&gt; to get started quickly.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Introducing PayPal's Postman Flows&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.postman.com/paypal/workspace/paypal-public-api-workspace/flow/649ca4a7795511003133311e"&gt;This release&lt;/a&gt; brings a visual workflow executed directly from Postman workflows, offering a streamlined and visual representation of the API workflow. The result? Faster integration times and Time-to-First API Call (TTFC) of less than 1 minute.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Vault APIs in Postman&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We also released &lt;a href="https://www.postman.com/paypal"&gt;Vault APIs&lt;/a&gt; in the Postman experiences. This expands PayPal’s Public Postman Collections, making it simpler than ever to discover, and invoke Vault APIs.&lt;/p&gt;

&lt;h2&gt;
  
  
  Helpful resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Recurring payments with Apple Pay using PayPal&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Explore &lt;a href="https://medium.com/paypal-tech/managing-recurring-payments-with-apple-pay-using-paypal-826881f1ffcb"&gt;recurring payments&lt;/a&gt; using PayPal and Apple Pay, showing how using it can streamline transactions and benefits end users.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;PayPal’s Button components&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal’s Standard Checkout allows for seamless integration of Payment Buttons component into your e-commerce app, granting you the power to accept online payments. &lt;a href="https://medium.com/paypal-tech/accept-e-commerce-payments-easily-with-paypals-buttons-component-2b719529e035"&gt;This guide&lt;/a&gt; shows how to add Standard Checkout to a simple shopping app, built with HTML and NodeJS.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;API-first approach&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Application programming interfaces (APIs) have evolved over the past two decades, moving from simple intermediaries allowing data sharing between systems to the backbone of modern software and business operations. &lt;a href="https://dzone.com/articles/api-first-approach-transform-your-dev-strategy-now"&gt;In this post&lt;/a&gt;, we explore why prioritizing APIs has emerged as a dominant trend in software development.&lt;/p&gt;

&lt;h2&gt;
  
  
  Community updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Developer Meetup in San Jose CA&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Jingle all the code! Join us on December 12th for a tech-tastic event. Unwrap topics like GitHub Codespaces, Postman Flows, VS Code Extension and more! Sign up &lt;a href="https://www.meetup.com/paypal-developer-community/events/297056618/"&gt;here&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Fireside with Christina Monti&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ever wondered about the role of empathy in DevRel? PayPal’s Christina dives deep into why empathy is crucial in empowering developers and creating meaningful projects. Tune in for valuable insights and career advice in &lt;a href="https://www.voxgig.com/podcast/christina-monti-senior-technical-product-manager-at-paypal-november-2023"&gt;this podcast&lt;/a&gt; with Voxgig!  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Payments on Android&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal developers had a &lt;a href="https://www.youtube.com/watch?v=bcc8aqxF8Ig"&gt;live session&lt;/a&gt; with Google’s Domi and Jose, as they talked to Sarah Koop and Cory Becker about collecting payments on Android with Google Pay and PayPal Braintree. &lt;/p&gt;

&lt;h2&gt;
  
  
  Stay connected
&lt;/h2&gt;

&lt;p&gt;To get help with code or share feedback, send us an email at &lt;a href="mailto:developer@paypal.com"&gt;developer@paypal.com&lt;/a&gt;, reach out on &lt;a href="https://dev.to/paypaldeveloper"&gt;dev.to&lt;/a&gt; or the communities below. &lt;/p&gt;

&lt;p&gt;-Follow us on &lt;a href="https://twitter.com/paypaldev"&gt;Twitter&lt;/a&gt; for updates and latest news. &lt;br&gt;
-Reach out to us on &lt;a href="https://github.com/paypaldev"&gt;GitHub&lt;/a&gt;. &lt;br&gt;
-Get your questions answered on &lt;a href="https://stackoverflow.com/questions/tagged/paypal"&gt;Stack Overflow&lt;/a&gt;.&lt;br&gt;
-Subscribe to our &lt;a href="https://www.youtube.com/channel/UCvNxReTAQudFN4RQth9r_6A"&gt;YouTube&lt;/a&gt; channel for the latest how-to videos.&lt;br&gt;
-Find more articles on &lt;a href="https://medium.com/paypal-tech"&gt;Medium&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Developer Updates – October Edition</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Fri, 27 Oct 2023 23:12:07 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/developer-updates-october-edition-1mmb</link>
      <guid>https://dev.to/paypaldeveloper/developer-updates-october-edition-1mmb</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcs290dsddg53jt3c62wm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fcs290dsddg53jt3c62wm.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Recent updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;PayPal with GitHub Codespaces&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal is making integration a breeze with the GitHub Codespaces. Simplify configuration, tackle security complexities, and reduce maintenance hassle. Read &lt;a href="https://medium.com/paypal-tech/paypal-streamlines-checkout-integration-workflows-with-github-codespaces-fe9bdde637a0" rel="noopener noreferrer"&gt;the blog&lt;/a&gt; to learn more!&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Introducing PayPal Champions&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;We're thrilled to introduce &lt;a href="https://developer.paypal.com/docs/community/paypalchampions/" rel="noopener noreferrer"&gt;PayPal Champions&lt;/a&gt;, a global program dedicated to celebrating and rewarding external PayPal experts and advocates. Join us in recognizing those who contribute to the PayPal community's growth and success. Developers and advocates play a crucial role in shaping our products and tools and helping us evolve as a developer-focused company. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;New video library&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Introducing our brand-new &lt;a href="https://developer.paypal.com/video/home" rel="noopener noreferrer"&gt;video library&lt;/a&gt; page, now live on the developer portal! Uncover a treasure trove of invaluable resources, purpose-built to accelerate your learning journey with PayPal products and features.  &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Low-code/no-code tool&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Check out the &lt;a href="https://developer.paypal.com/integration-builder/" rel="noopener noreferrer"&gt;Integration Builder&lt;/a&gt;, your go-to low-code engagement and discovery tool with comprehensive checkout capabilities simplifying the exploration of PayPal’s checkout options. You can explore both the Standard and Advanced checkout options with real code examples covering everything from the frontend to the backend in different languages. &lt;/p&gt;

&lt;h2&gt;
  
  
  Helpful resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;How to integrate Apply Pay&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Unlock the secrets of flawless payment integration! Dive into our &lt;a href="https://www.youtube.com/watch?v=E3gUASHQMrU&amp;amp;t=3s" rel="noopener noreferrer"&gt;newest video&lt;/a&gt; and let us guide you through the process of incorporating Apple Pay alongside PayPal's alternative payment methods. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Integrate PayPal into Adobe Commerce and Magento OS&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Uncover the detailed walkthrough for integrating PayPal payments and advanced card processing seamlessly within Adobe Commerce and Magento OS. Dive into &lt;a href="https://www.youtube.com/watch?v=vuATeObnIyo&amp;amp;t=4s" rel="noopener noreferrer"&gt;this informative video&lt;/a&gt; tutorial hosted by our very own expert, Raul Uriarte, Jr. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Pragmatic API governance&lt;/strong&gt;   &lt;/p&gt;

&lt;p&gt;Wondering how to up your #API game? Swapnil Sapar, Principal Engineer at #PayPal, shares his insights on assessing API health and quality. &lt;a href="https://pronovix.com/articles/unlocking-developer-success-pragmatic-api-governance-in-action" rel="noopener noreferrer"&gt;Discover&lt;/a&gt; how to establish robust API governance and accountability.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Accept eCommerce payments easily with PayPal&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal’s Standard Checkout allows for seamless integration of PayPal’s Payment Buttons component into your e-commerce app, granting you the power to accept online payments. &lt;a href="https://medium.com/paypal-tech/accept-e-commerce-payments-easily-with-paypals-buttons-component-2b719529e035" rel="noopener noreferrer"&gt;In this guide&lt;/a&gt;, Arit will show how to add Standard Checkout to a simple shopping app, built with HTML and NodeJS.&lt;/p&gt;

&lt;h2&gt;
  
  
  Community updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Developer Meetups in Europe&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;Join us this November in Berlin, London, and Paris for a captivating series of in-person meetups. Discover the latest innovations driving PayPal's commitment to enhancing the developer experience. Dive into topics such as payment integration solutions, the world of crypto, AI-powered support, and explore our recent technical documentation and tool updates. &lt;a href="https://www.meetup.com/pro/paypaldeveloper/" rel="noopener noreferrer"&gt;Register&lt;/a&gt; for your city's event now! &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Build with OpenAI&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;One of our Developer Advocates, Patricio Vargas, who was recently in Dominican Republic talked about AI and showcased how to build a simple chatbot using the OpenAI SDK. &lt;a href="https://github.com/paypaldev/PayPal-OpenAI-Chatbot-Sample" rel="noopener noreferrer"&gt;This&lt;/a&gt; sample app shows how to build and customize a chatbot using OpenAI APIs and SDK. In this we also make use of DALLE for the generation of AI image to be used as avatars in the chat. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Startup spotlight&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;PayPal remains committed to propelling the growth of startups and empowering emerging businesses with innovative solutions to help merchants thrive in today's complex global economy. Learn about &lt;a href="https://radixhaven.com/" rel="noopener noreferrer"&gt;Radix&lt;/a&gt; and explore their product offerings. &lt;/p&gt;

&lt;h2&gt;
  
  
  Stay connected
&lt;/h2&gt;

&lt;p&gt;To get help with code or share feedback, send us an email at &lt;a href="mailto:developer@paypal.com"&gt;developer@paypal.com&lt;/a&gt;, reach out on &lt;a href="https://dev.to/paypaldeveloper"&gt;dev.to&lt;/a&gt; or the communities below. &lt;/p&gt;

&lt;p&gt;-Follow us on &lt;a href="https://twitter.com/paypaldev" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt; for updates and latest news. &lt;br&gt;
-Reach out to us on &lt;a href="https://github.com/paypaldev" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;. &lt;br&gt;
-Get your questions answered on &lt;a href="https://stackoverflow.com/questions/tagged/paypal" rel="noopener noreferrer"&gt;Stack Overflow&lt;/a&gt;.&lt;br&gt;
-Subscribe to our &lt;a href="https://www.youtube.com/channel/UCvNxReTAQudFN4RQth9r_6A" rel="noopener noreferrer"&gt;YouTube&lt;/a&gt; channel for the latest how-to videos.&lt;br&gt;
-Find more articles on &lt;a href="https://medium.com/paypal-tech" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Why You Should Attend PayPal’s Developer Meetup at Money20/20</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Fri, 06 Oct 2023 18:23:38 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/why-you-should-attend-paypals-developer-meetup-at-money2020-399e</link>
      <guid>https://dev.to/paypaldeveloper/why-you-should-attend-paypals-developer-meetup-at-money2020-399e</guid>
      <description>&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--t-ncmLqy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rn19nao6dsut4bze3m61.jpg" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--t-ncmLqy--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/rn19nao6dsut4bze3m61.jpg" alt="Image description" width="800" height="534"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;The world of technology is constantly evolving, and developers are at the forefront of this dynamic landscape. Staying updated on the latest trends, tools, and innovations is not just a choice but a necessity for those in the tech industry. That’s why PayPal’s Developer &lt;a href="https://www.paypal-events.com/money2020"&gt;Meetup at Money20/20 in Las Vegas&lt;/a&gt; this October should be on every developer’s radar. In this blog, we’ll delve into why developers should care about and attend this event. The event will be on October 23 at Meeting Room 2404 in the Venetian from 4–6 p.m. PST.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Connect with PayPal’s Leadership&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Ever wished you could pick the brains of industry leaders and visionaries? At Money20/20, you can. PayPal executives will be available at the event to offer unique perspectives on PayPal’s vision, strategies, and the direction the company is heading in the ever-evolving fintech landscape. Additionally, technical leaders will be available to discuss a variety of integrations and answer any questions you might have.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn about PayPal Complete Payments&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;PayPal’s vision is to empower developers with cutting-edge experiences for effortless integration into the PayPal complete payments (PPCP) platform which unifies &lt;a href="https://developer.paypal.com/docs/checkout/"&gt;PayPal Checkout&lt;/a&gt; and card processing into one seamless integration. For small business customers, it is a comprehensive ‘one-stop-shop’ online payment processor, offering a wide array of online payment products and features. In practical terms, this means that developers and system integrators can seamlessly tailor their Checkout experience using a single JS SDK bundle, requiring only minor adjustments to match their customer requirements.&lt;/p&gt;

&lt;p&gt;PayPal stands out as a globally accepted, trusted brand and when it comes to online payments, trust matters. Whether you’re a startup, freelancer, small business, or a developer agency, PayPal provides a seamless integration and payment experience that can be relied on.&lt;/p&gt;

&lt;p&gt;At the event, you’ll learn about PPCP, and explore integrations that cover everything from major credit and debit cards to local payment methods, Venmo, and Pay Later. Understanding the intricacies of PPCP is not just an advantage; it’s a necessity for anyone navigating the modern financial landscape.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Get Introduced to PayPal Stablecoin (PYUSD)&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Stablecoins are helping to redefine how we view and use digital currencies. PayPal is at the forefront of this revolution with the &lt;a href="https://newsroom.paypal-corp.com/2023-08-07-PayPal-Launches-U-S-Dollar-Stablecoin"&gt;introduction&lt;/a&gt; of PayPal USD (PYUSD), PayPal’s US-dollar denominated stablecoin designed to contribute to the opportunity stablecoins offer for payments. As the only stablecoin supported within the PayPal network, &lt;a href="https://www.paypal.com/us/digital-wallet/manage-money/crypto/pyusd"&gt;PayPal USD&lt;/a&gt; leverages PayPal’s decades-long experience in payments at scale, combined with the speed, cost and programmability of blockchain protocols. Attend the meetup to learn about this stablecoin, designed for buying, selling, holding, and transferring within PayPal’s digital wallet and web. Get a sneak peek into the future of digital finance as PayPal continues to push boundaries and expand its offerings.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Learn About Next Gen Experiences Powered by AI&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;The power of artificial intelligence (AI) is reshaping our lives. AI has the power to enhance checkout experiences while increasing conversions and providing customers with offers they’re interested in, enticing them to become loyal shoppers. PayPal will share more about how AI will aid your customers with product discovery and checkout speed, while enabling a stickier customer experience. Stay informed about the cutting-edge advancements that are shaping the future of fintech.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Discover PayPal’s Developer Program&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;For developers, this intimate opportunity to meet PayPal’s Developer Relations team and learn about PayPal’s various developer initiatives will provide a wealth of knowledge and information. PayPal recently launched the Champions program, an ambassador program that recognizes the exceptional community members who help fuel our progress. A PayPal Developer Champion who crafts payment solutions using PayPal day in, and day out will be present. His first-hand knowledge and expertise can provide insights as to how PayPal can truly provide you with a competitive advantage from a developer perspective.&lt;/p&gt;

&lt;p&gt;At this meetup, direct engagement opens opportunities to ask questions, share feedback, and explore how PayPal can support your development journey. It’s a chance to ask questions and shape the developer experience.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Summary&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;Money20/20 in Las Vegas this October is more than just an event; it’s a gateway to learning the latest from PayPal. PayPal’s exclusive meetup is your chance to connect with industry leaders, grasp the latest innovations, and explore the uncharted territories of digital finance. Mark your calendar and join us by &lt;a href="https://www.paypal-events.com/money2020/"&gt;registering here.&lt;/a&gt;&lt;/p&gt;

</description>
      <category>news</category>
      <category>ai</category>
      <category>cryptocurrency</category>
      <category>softwaredevelopment</category>
    </item>
    <item>
      <title>PayPal Streamlines Checkout Integration Workflows with GitHub Codespaces</title>
      <dc:creator>Nikema</dc:creator>
      <pubDate>Mon, 02 Oct 2023 22:57:47 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/paypal-streamlines-checkout-integration-workflows-with-github-codespaces-2j59</link>
      <guid>https://dev.to/paypaldeveloper/paypal-streamlines-checkout-integration-workflows-with-github-codespaces-2j59</guid>
      <description>&lt;p&gt;In the fast-paced digital payment world, seamless integration is essential for developers aiming to embed PayPal into their applications. This is particularly important when integrating with payment gateways, like PayPal, which are pivotal in ensuring successful and secure transactions.&lt;/p&gt;

&lt;p&gt;Traditional challenges in local integration environments involve time-intensive configuration, potential issues due to environment disparities, security complexities with sensitive data, and the burden of continuous maintenance to adapt to changing needs. To streamline the integration process for developers and address these challenges, PayPal has introduced an innovative feature to our integration guides — the “Open in Codespaces” button. This addition offers developers the ability to edit and run our sample applications in GitHub Codespaces.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--mKNi1Wmo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e07y16gtq3nhlfnm266b.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--mKNi1Wmo--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/e07y16gtq3nhlfnm266b.png" alt="Open in Codespaces" width="200" height="48"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  How GitHub Codespaces will improve the PayPal developer experience:
&lt;/h2&gt;

&lt;p&gt;By leveraging &lt;a href="https://github.com/features/codespaces"&gt;GitHub Codespaces&lt;/a&gt;, we aim to make integrations smoother, faster, and more accessible for PayPal developers. Here are some benefits of using GitHub Codespaces as your development environment to explore our sample applications:&lt;/p&gt;

&lt;h3&gt;
  
  
  Simplified Onboarding and Setup
&lt;/h3&gt;

&lt;p&gt;With GitHub Codespaces, developers can now instantly access and run a sample application with just their PayPal Sandbox application credentials and a few clicks. The entire development environment is pre-configured, reducing setup time and allowing developers to dive right into the integration process.&lt;/p&gt;

&lt;h3&gt;
  
  
  Enhanced Collaboration
&lt;/h3&gt;

&lt;p&gt;When you click the “Open in Codespaces” button, you’ll gain immediate access to a PayPal sample application repository in a cloud-based coding environment. GitHub Codespaces allows developers from around the world to collaborate, share ideas, and edit code with others using the Visual Studio Live Share extension.&lt;/p&gt;

&lt;h3&gt;
  
  
  Risk-Free Experimentation
&lt;/h3&gt;

&lt;p&gt;GitHub Codespaces offers a safe environment to experiment with PayPal’s sample integrations. By creating separate branches, you can test new ideas, explore different features, and experiment without the fear of breaking existing code. This risk-free space encourages creativity and enables developers to confidently develop innovative solutions.&lt;/p&gt;

&lt;h3&gt;
  
  
  Standardized Development Environment
&lt;/h3&gt;

&lt;p&gt;GitHub Codespaces ensures a consistent and standardized development environment for all PayPal developers. The “Open in Codespaces” button provides access to the GitHub Codespaces environment in just a few clicks, ensuring that every developer works in the same environment, reducing potential compatibility issues, and creating a smoother integration process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Try out the “Open in Codespaces” Button
&lt;/h2&gt;

&lt;p&gt;To see this new feature in action, navigate to the &lt;a href="https://developer.paypal.com/docs/checkout/standard/integrate/"&gt;Standard Checkout&lt;/a&gt;, &lt;a href="https://developer.paypal.com/docs/checkout/advanced/integrate/"&gt;Advanced Checkout&lt;/a&gt;, &lt;a href="https://developer.paypal.com/docs/checkout/apm/google-pay/"&gt;Google Pay&lt;/a&gt;, or &lt;a href="https://developer.paypal.com/docs/checkout/apm/apple-pay/"&gt;Apple Pay&lt;/a&gt; integration guide, then click the “Open in Codespaces” button in the “Know before you code” section. You can then create a new Codespace using a PayPal REST API application client ID and client secret. You can find these credentials by logging into the PayPal developer dashboard and clicking &lt;a href="https://developer.paypal.com/dashboard/applications/sandbox"&gt;Apps &amp;amp; Credentials&lt;/a&gt; from the navigation menu.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--gHYCtTrI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kyvkyn78khd8uj8sllj5.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--gHYCtTrI--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_800/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/kyvkyn78khd8uj8sllj5.png" alt="Get up and running in GitHub Codespaces | GitHub Codespaces are cloud-based development environments where you can code and test your PayPal integrations. Learn more" width="720" height="145"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Learn about how to use GitHub Codespaces in the PayPal &lt;a href="https://developer.paypal.com/api/rest/sandbox/codespaces/"&gt;developer documentation&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://www.youtube.com/watch?v=2jgoDFn29DM"&gt;Watch this video&lt;/a&gt; on how to set up a Codespaces environment.&lt;br&gt;
&lt;iframe width="710" height="399" src="https://www.youtube.com/embed/2jgoDFn29DM"&gt;
&lt;/iframe&gt;
&lt;/p&gt;

&lt;h2&gt;
  
  
  Conclusion
&lt;/h2&gt;

&lt;p&gt;The “Open in Codespaces” button is an exciting addition to the PayPal developer documentation, transforming the way developers integrate our payment services into their applications. This new feature is a testament to PayPal’s dedication to creating a vibrant developer community, where developers can easily explore and integrate PayPal’s services to meet the evolving needs of the digital economy.&lt;/p&gt;

&lt;h2&gt;
  
  
  PayPal Developer Community
&lt;/h2&gt;

&lt;p&gt;The PayPal Developer Community aims to be a valuable resource hub, support system, and knowledge-sharing source that empowers developers to build and enhance their applications with PayPal’s payment capabilities.&lt;/p&gt;

&lt;p&gt;Website: &lt;a href="https://developer.paypal.com/"&gt;developer.paypal.com&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Twitter: &lt;a href="https://twitter.com/paypaldev"&gt;@paypaldev&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/paypaldev"&gt;@paypaldev&lt;/a&gt;&lt;/p&gt;

</description>
    </item>
    <item>
      <title>Developer Updates – September Edition</title>
      <dc:creator>Farshad</dc:creator>
      <pubDate>Thu, 28 Sep 2023 00:20:15 +0000</pubDate>
      <link>https://dev.to/paypaldeveloper/developer-updates-september-edition-1h94</link>
      <guid>https://dev.to/paypaldeveloper/developer-updates-september-edition-1h94</guid>
      <description>&lt;p&gt;&lt;a href="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flv9fe84tmgoegyip391i.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Flv9fe84tmgoegyip391i.png" alt="Image description"&gt;&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Recent updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Checkout Integration Workflows with GitHub Codespaces&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;GitHub Codespaces with PayPal solutions allows for seamless integrated, cloud-based development environment designed to empower you at every step of your journey.  With instant setup, consistent environments, built-in security, Codespaces is your key to faster time to market. Simplify your integration process with PayPal. Watch &lt;a href="https://www.youtube.com/watch?v=2jgoDFn29DM" rel="noopener noreferrer"&gt;this video&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Introducing PayPal’s OpenAPI Specifications&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;We are excited to announce the public release of PayPal APIs in OpenAPI 3.0 format. Transitioning to OpenAPI facilitates easier adoption, enables interoperability, automates client code generation, and unlocks seamless integration with existing tools currently used in the industry. Check out our APIs on &lt;a href="https://github.com/paypal/paypal-rest-api-specifications" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;.&lt;/p&gt;

&lt;h2&gt;
  
  
  Helpful resources
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Testing Apple Pay with PayPal&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;A quick dev tools &lt;a href="https://github.com/rauljr7/apple-pay-acdc-devtools" rel="noopener noreferrer"&gt;repo&lt;/a&gt; for testing step-by-step Apple Pay using PayPal's hosted fields. Check if your credentials are set up right with a quick test. Download it to your domain or use the &lt;a href="https://twitter.com/dev_rauljr/status/1702037136604848552?s=20" rel="noopener noreferrer"&gt;shared repo&lt;/a&gt; and add it to your sandbox account. &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Integrate PayPal Express with Magento&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;Integrating PayPal Express into Magento is a relatively straightforward process. PayPal Express Checkout is a popular payment gateway that allows customers to make purchases using their PayPal account or credit/debit cards without leaving your Magento store. Learn how to integrate PayPal Express into Magento in &lt;a href="https://www.youtube.com/watch?v=ubQdhvRhbT4&amp;amp;list=PLJa2J9JcsT9W37eWrNKXxmjWPB8Q_xWIv" rel="noopener noreferrer"&gt;this video&lt;/a&gt;.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Community updates
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Let’s connect at Money20/20 Meetup&lt;/strong&gt; &lt;/p&gt;

&lt;p&gt;PayPal Developer is going to be at Money 20/20 in Las Vegas on October 23rd. Join us for an exclusive event tailored to developers, where innovation meets opportunity. From meeting our leadership and technical experts to exploring our all-encompassing payment platform, and the introduction of PYUSD stablecoin, this event promises to be insightful. Be inspired by the wisdom of seasoned developers who harness PayPal's solutions daily. It's an event where innovation meets education, and it's all waiting for you!  To register follow us on our channels to get the latest updates or contact us at &lt;a href="mailto:developer@paypal.com"&gt;developer@paypal.com&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Developer Meetup in Berlin!&lt;/strong&gt;  &lt;/p&gt;

&lt;p&gt;We are hosting a developer meetup on November 7th in Berlin, Germany. Join us in person as you’ll hear about payment solutions, new use cases, code samples, best practices, and connect with local developers. To learn more about the agenda and register for the event, go to &lt;a href="https://www.meetup.com/berlin-paypal-meetup-group/events/296112740/" rel="noopener noreferrer"&gt;this page&lt;/a&gt;.   &lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Introducing PayPal Champions&lt;/strong&gt;   &lt;/p&gt;

&lt;p&gt;We are thrilled to launch PayPal Champions, an ambassador program that recognizes the exceptional community members who fuel our progress. Developers and advocates play a crucial role in shaping our product and tools and products, helping us evolve as a company. &lt;/p&gt;

&lt;p&gt;Learn what makes a good PayPal Champion by visiting &lt;a href="https://developer.paypal.com/docs/community/paypalchampions/" rel="noopener noreferrer"&gt;our page&lt;/a&gt;.  &lt;/p&gt;

&lt;h2&gt;
  
  
  Stay connected
&lt;/h2&gt;

&lt;p&gt;To get help with code or share feedback, send us an email at &lt;a href="mailto:developer@paypal.com"&gt;developer@paypal.com&lt;/a&gt;, reach out on &lt;a href="https://dev.to/paypaldeveloper"&gt;dev.to&lt;/a&gt; or the communities below. &lt;/p&gt;

&lt;p&gt;-Follow us on &lt;a href="https://twitter.com/paypaldev" rel="noopener noreferrer"&gt;Twitter&lt;/a&gt; for updates and latest news. &lt;br&gt;
-Reach out to us on &lt;a href="https://github.com/paypaldev" rel="noopener noreferrer"&gt;GitHub&lt;/a&gt;. &lt;br&gt;
-Get your questions answered on &lt;a href="https://stackoverflow.com/questions/tagged/paypal" rel="noopener noreferrer"&gt;Stack Overflow&lt;/a&gt;.&lt;br&gt;
-Subscribe to our &lt;a href="https://www.youtube.com/channel/UCvNxReTAQudFN4RQth9r_6A" rel="noopener noreferrer"&gt;YouTube&lt;/a&gt; channel for the latest how-to videos.&lt;br&gt;
-Find more articles on &lt;a href="https://medium.com/paypal-tech" rel="noopener noreferrer"&gt;Medium&lt;/a&gt;.&lt;/p&gt;

</description>
      <category>news</category>
      <category>tutorial</category>
      <category>webdev</category>
      <category>api</category>
    </item>
  </channel>
</rss>
