Skip to main content
POST
This endpoint captures a previously authorized payment. Only payments created with capture: false can be captured.

Authentication

This endpoint requires a valid API key with payments:write permissions.

Path Parameters

string
required
The payment ID to capture

Request Body

integer
Amount to capture in cents (defaults to full authorization amount)
string
Text for customer’s statement (max 22 chars)
object
Additional metadata to attach to the capture

Response

Returns the captured payment object.