Generated from:
Create a POST request to the PayPal API to create an order
URL
https://api-m.sandbox.paypal.com/v2/checkout/orders
Headers
| Content-Type | application/json |
|---|---|
| Authorization | Bearer {{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.