# Manual capture
Capture is also known as Clearing
In order to create a Capture
, first send a request with the body of the request set as a Capture creatable
.
POST /v1/authorization/:id/capture
Host: merchant.intergiro.com
Content-Type: application/json
Authorization: Bearer <private.api.key>
{
"amount": 11.28
}
Example Response:
HTTP 200 OK
{
"amount": 11.28,
"created": "2021-06-11T09:19:12.618Z",
"reference": "00000000000",
"status": "approved"
}