Assess Update Transferput https://example.com/programs/{programCode}/transfers/{transferIdentifier}/assessmentAssesses the prerequisites and eligibility for updating an existing transfer. Returns assessment results and any unmet requirements.Path ParamsprogramCodestringrequiredThe program code for the partner implementation.transferIdentifierstringrequiredThe unique identifier for the transfer to assess.Body ParamsThe Gd.Bos.DataTransfer.Request.AssessUpdateTransferRequest containing update details for the transfer.transferAuthorizationTypestring | nullThe type of authorization being requested for the transfer update (e.g., "execute", "hold", "accept", "cancel", "reject", "system", "reverse"). Determines the intended action for the transfer update.transferEndpointobjectRepresents the endpoint details for updating a transfer, such as the source or target of funds. Contains information about the endpoint type, unique identifier, and card data (encrypted or unencrypted) used in the transfer update process. Used to specify or modify the source or destination for a transfer during an update operation.transferEndpoint objectdebitToNegativeboolean | nullIndicates whether the update allows the account to be debited to a negative balance (true if allowed).truefalsedeviceobjectRepresents device-specific information used when initiating a transfer or other sensitive operation. Contains details about the device and network, such as device ID, make, model, operating system, and IP addresses. Used for device identification, risk assessment, auditing, and fraud prevention.device objectHeadersX-GD-RequestIdstringrequiredA unique identifier (GUID) for tracking the request.acceptstringenumDefaults to application/jsonGenerated from available response content typesapplication/jsontext/jsonAllowed:application/jsontext/jsonResponses 200OK 401Unauthorized 403Forbidden 500Internal Server Error 503Service UnavailableUpdated 2 months ago