Capture Chargepost https://api.affirm.com/api/v2/charges/{charge_id}/captureCapture the funds of an authorized charge, similar to capturing a credit card transaction.Path Paramscharge_idstringrequiredThe unique identifier of the charge.Body Paramsorder_idstringlength between 1 and 128Identifies the order within the merchant's order management system that this charge corresponds to. It is only returned in the response if included in the request.merchant_transaction_idstring | nullYour internal charge reference number; it may be different for each auth, capture, void, refund request for a single order.shipping_carrierstring | nullThe shipping carrier used to ship the items.shipping_confirmationstring | nullThe tracking number of the shipment.Responses 200HTTP 200 OK 400HTTP 400 Bad Request 401HTTP 401 Unauthorized 404HTTP 404 Not FoundUpdated 5 months ago