PayPal

Generated from:

Create a POST request to the PayPal API to create an order

Request

POST

URL

https://api-m.sandbox.paypal.com/v2/checkout/orders

Headers

Content-Typeapplication/json
AuthorizationBearer {{PAYPAL_ACCESS_TOKEN}}

Body

{"intent":"CAPTURE","purchase_units":[{"amount":{"currency_code":"USD","value":"100.00"}}]}

This request was generated from:

Create a POST request to the PayPal API to create an order

Generate your own →

Type any API. Get a production-ready request. No login required.