Postman Collection
client_id
and client_secret
that were assigned to you for your test account.1. Fork the PayPal Collection in Postman
1.
3.
4.
2. Application Authorization
client_id
and client_secret
assigned to your test account into Postman:1.
2.
client_id
and client_secret
under the CURRENT VALUE column.3.
authToken
. Using this token, you can call any API within the collection on behalf of your application. The token call is included in each request.3. Calling the API in Postman
order
endpoint to create an order and capture a payment using sandbox accounts.How to create an order:
1.
2.
If the request is successful, you will receive response code
201 (Order Created)
.3.