Submits a request to capture a previously authorised card payment.Ask AIpost https://api-sandbox.nofrixion.com/api/v1/paymentrequests/{id}/card/captureAuthorization: End user or Merchant token is required.Path ParamsiduuidrequiredThe ID of the payment request to perform the capture for.Body ParamsAuthorizationIDstringrequiredThe ID returned from a successful card authorisation.AmountdoubleThe amount to capture. Must be less than the authorisation amount.HeadersacceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsontext/plainAllowed:application/jsontext/jsontext/plainResponse 200Returns a card payment response model that indicates the result of the capture attempt.Updated 9 months ago