Capture Payment
POST/payments/:id/capture
Captures funds from a previously authorized payment. This endpoint can only
be used with payments in AUTHORIZED
status.
This operation completes the two-step authorization flow:
- Authorize: Create a payment with
transactionType: AUTH
to reserve funds - Capture: Transfer the reserved funds to your account when ready to fulfill the order
Important: Authorized payments expire after exactly seven days. After expiration,
they will be marked as EXPIRED
and can no longer be captured. Be sure to capture
funds within this timeframe or communicate with your customer about a new payment.
Request
Responses
- 200
- 400
- 401
- 404
- 422
- 500
- 503
A payment object
The request is incorrect or could not be processed
Unauthorized error. Please check your auth credentials
The specified resource was not found
The request was well-formed but could not be processed due to semantic errors
Unexpected server error
The service is temporarily unavailable