Page cover image

PayPal Developer Platform

Explore APIs and SDKs, demo product experiences, and participate in our developer community.

Get paid. Get growing. Get ahead. We connect millions of businesses and consumers globally. With solutions and insights for every stage of business.

Get started

Getting paid is as easy as getting including the PayPal script in your product and passing it your clientId along with other options.

Or try these instead

We recommend these resources to begin developing on the PayPal platform. Log in to get recommendations based on the products you've enabled.

Get started with payments Agent Toolkit & MCP Server

Vanilla JS
<script src="https://www.paypal.com/sdk/js?client-id=YOUR_CLIENT_ID&components=YOUR_COMPONENTS"></script>

React (JS)
import { PayPalScriptProvider, PayPalButtons } from "@paypal/react-paypal-js";

export default function App() {
    const initialOptions = {
        clientId: "YOUR_CLIENT_ID",
        // Add other options as needed
    };
    
    return (
        <div className="App">
            <PayPalScriptProvider options={initialOptions}>
                <PayPalButtons />
            </PayPalScriptProvider>
        </div>
    );
}

Log in to use your own API keys in these examples.

Explore the JavaScript SDK for more options.


Get ahead with PayPal AI

Agent Toolkit

With PayPal Agent Toolkit, developers can now build sophisticated agentic workflows that handle commerce operations including payments, shipment tracking, and returns with intelligence and efficiency.

Read the docs Blog GitHub

MCP Server

Today, we are taking the first step to allow developers to embrace the new paradigm of agentic commerce by adopting the Model Context Protocol (MCP) and placing our services on an MCP server.

Read the docs Blog GitHub


Get paid with Payments

Looking for credentials to test with? Log in to use your own API keys in these docs.


News and information

PayPal Developer Days

Watch highlights from our 2025 PayPal Developer Days conference.

View full YouTube Playlist

AI Developer Tools and Integration

PayPal Sr. Director, Merchant Integrations and Developer Experience shares the way new AI tools will change the way you work and think about integrations.

Revolutionizing Commerce Development

PayPal SVP, Head of AI Prakhar Mehotra shares how the evolution to AI powered tools and workflows will revolutionize the way developers work.

Delivering Trust at the Speed of AI

PayPal SVP, Enterprise Payments and PSP Platform discusses how privacy, fraud protection and keeping customer data secure becomes more of a priority in agentic commerce.

Last updated

Was this helpful?