Capture Payment
Captures a payment that was previously authorized by creating an intent with manualCapture set to true.
Authorizations
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Headers
A unique key for making the request idempotent. Must match pattern: ^[a-zA-Z0-9\-_:\.]+$. See Idempotent Requests for more details.
255^[a-zA-Z0-9\-_:\.]+$Body
Capture Payment
Unique identifier of the previously authorized payment intent
"in_fooBOwYsaK50AEfK"
Response
Capture Payment response
Current status of the payment intent. Refer to payment statuses.
"SUCCESS"
Machine-readable error code when the capture is unsuccessful. Refer to error codes.
null
Human-readable error message when the capture is unsuccessful.
null