On this page
No Headings
Last updated: June 4, 2026
Use Postman to explore PayPal's REST APIs without a developer account. You can customize requests and receive responses for any of PayPal's core APIs.
You can test APIs right away by forking PayPal's Postman collection. To test an app from your Developer Dashboard, plug in the app's client_id and client_secret.
Replace the default access token with a client_id and client_secret from an app on the Developer Dashboard.
client_id and client_secret under Dashboard > Apps & Credentials.client_id and client_secret.A script generates and manages the access_token automatically. Use the access_token to call any API in the collection on behalf of your app.
This example uses the Orders API to create an order and capture payment using sandbox accounts linked to your Developer Dashboard account. To find your sandbox account credentials, log into the Developer Dashboard and select Sandbox > Accounts.
To create an order:
Capture payments in both your personal and business sandbox accounts as follows:
id in the response of the order you created and copy the value.order_id field.201 order created response code.