Capture a PayPal Order
Captures an approved PayPal order and returns its status.
Path Parameters
- orderId string required
The PayPal order ID to capture
Example: 6MR709191W4328148
Header Parameters
- Unique-Request-Id string
Possible values:
<= 50 charactersAn optional unique identifier for the request, limited to 50 characters. Used to track requests and prevent duplication.
Responses
- 200
- 401
- 403
OK - The request was processed successfully.
- application/json
- Schema
- Example (from schema)
Schema
- captured boolean
{
"captured": true
}
Unauthorised -- Your access token is wrong.
- application/json
- Schema
- Example (from schema)
Schema
- type string
- title string
- detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Forbidden -- Access to the requested resource or action is forbidden.
- application/json
- Schema
- Example (from schema)
Schema
- type string
- title string
- detail string
{
"type": "string",
"title": "string",
"detail": "string"
}
Loading...