Capture Payment
POST/v2/cards/capture_payment
This endpoint captures a previously authorised card payment created via the JavaScript SDK or API.
Use this only when the payment status is authorised
. Once captured, the status will transition to waiting
.
⚠️ Only full amount capture is supported. Partial capture is not allowed.
⚠️ Each payment can only be captured once. Attempting to capture a payment that is not in authorised
state or already captured will return an error.
Request
Responses
- 200
- 400
- 401
- 422
Capture successful
Bad Request
Unauthorized
Unprocessable Entity