Capture
POST/capture
Use this method to capture a previously created and authorized cart or specific items in that cart. You can capture the whole cart or specify items to cancel using tags
, itemIds
, or timerEnabled
settings.
Overlaps are ignored, meaning that if you, for example, specify a tag
and an itemId
in the same request and the latter itemId
is marked with the specified tag
, the request will cancel all specified items and will not return an error.
If you narrow the request scope using tags
, itemIds
, or timerEnabled
, the remaining cart items will be pending for auto or manual action depending on your settings.
Request
Responses
- 200
- 400
- 401
- 500
- 503
OK
Bad Request
Unauthorized
Internal Server Error
Service Unavailable