v1
latestOpenAPI 3.0.12026-07-242871595.3 MBCapture a charge
As step two of the two-part payment flow, captures the payment of an existing but uncaptured charge. The first step is to create a charge with the capture option set to false.
Path parameters
Universal unique identifier (UUID) of the charge to capture.
Headers
Identifies the application, operating system, vendor, and/or version of the requesting user agent. Format: <AppName>/<Version> <Comment>
Client internet protocol (IP) address of the web browser from which the customer’s payment originates. Note: Header x-forwarded-for is required for enhanced security and accuracy of Clover services. Requests that don’t include the header are not successful.
Request body
Response
Returns the charge object with the captured value set to true. This method returns an error if the charge is already set to refunded, expired, or captured, or if an invalid capture amount is specified.