Show order details
GET {{base_url}}/v2/checkout/orders/:order_id
Shows details for an order, by ID.
Note: For error handling and troubleshooting, see Orders v2 errors .
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"id":"1DA59471B5379105V","intent":"CAPTURE","status":"APPROVED","purchase_units":[{"reference_id":"default","amount":{"currency_code":"USD","value":"1000.00"},"payee":{"email_address":"etondoze-facilitator@gmail.com","merchant_id":"ER87FV8ER63HJ"},"shipping":{"name":{"full_name":"FooBuyer Jones"},"address":{"address_line_1":"1 Main St","admin_area_2":"San Jose","admin_area_1":"CA","postal_code":"95131","country_code":"US"}}}],"payer":{"name":{"given_name":"FooBuyer","surname":"Jones"},"email_address":"foobuyer@gmail.com","payer_id":"QYR5Z8XDVJNXQ","address":{"country_code":"US"}},"create_time":"2022-01-19T22:53:27Z","links":[{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/1DA59471B5379105V","rel":"self","method":"GET"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/1DA59471B5379105V","rel":"update","method":"PATCH"},{"href":"https://api.sandbox.paypal.com/v2/checkout/orders/1DA59471B5379105V/capture","rel":"capture","method":"POST"}]}