On this page
No Headings
Last updated: June 3, 2026
A codespace is a cloud-based development environment. You can collaborate, build, and test code in a codespace.
With the PayPal GitHub Codespace, you can:
See GitHub Codespaces documentation for more information on codespaces.
Codespaces sets up your development environment, installs required software, and starts the server automatically. Enable pop-ups for codespaces to open the server in a new tab.
Configure your codespace to your development environment. To run your own sample application in a codespace, paste your app's client ID in CLIENT_ID and secret in APP_SECRET. Complete the steps in Get started with PayPal APIs to get your app's client ID and secret from the Developer Dashboard.
In your codespace tab, use the Explorer to make changes to your javascript or HTML files.
In your application tab, refresh to see your changes. If you closed the application tab:
Now that you've made changes, you can use the integrated terminal or the source view to publish your work to a new repository.





