Skip to main content
POST
Capture an authorized card payment

Authorizations

X-API-Key
string
header
required

Company API key. Send in the X-API-Key header.

Headers

x-client-id
string
required

Client identifier for the company in the request.

Example:

"client_abc123"

Path Parameters

id
string<uuid>
required

Body

application/json
amount
integer

Capture amount in cents (omit for full capture)

Example:

5000

Response

Capture processed successfully

status
string
Example:

"approved"

transaction_id
string
Example:

"01hvxyz..."

amount
integer
Example:

15000

captured_amount
integer
Example:

15000

message
string
Example:

"Capture processed successfully."